|
Linux Kernel
3.7.1
|
Data Fields | |
| spinlock_t | lock |
| struct list_head | ex_list |
| u16 | next_index |
| u16 | total_exches |
| u16 | left |
| u16 | right |
struct fc_exch_pool - Per cpu exchange pool : Next possible free exchange index : Total allocated exchanges : Exch pool lock : List of exchanges
This structure manages per cpu exchanges in array of exchange pointers. This array is allocated followed by struct fc_exch_pool memory for assigned range of exchanges to per cpu pool.
| spinlock_t lock |
1.8.2