Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
arbiter Struct Reference

Data Fields

unsigned long instance
 
int nbr_regions
 
int nbr_clients
 
int requested_slots [NBR_OF_REGIONS][NBR_OF_CLIENTS]
 
int active_clients [NBR_OF_REGIONS][NBR_OF_CLIENTS]
 

Detailed Description

Definition at line 71 of file arbiter.c.

Field Documentation

int active_clients[NBR_OF_REGIONS][NBR_OF_CLIENTS]

Definition at line 76 of file arbiter.c.

unsigned long instance

Definition at line 72 of file arbiter.c.

int nbr_clients

Definition at line 74 of file arbiter.c.

int nbr_regions

Definition at line 73 of file arbiter.c.

int requested_slots[NBR_OF_REGIONS][NBR_OF_CLIENTS]

Definition at line 75 of file arbiter.c.


The documentation for this struct was generated from the following file: