Linux Kernel
3.7.1
|
Data Fields | |
spinlock_t | lock |
unsigned int | cpu |
unsigned int | flags |
struct hlist_head | busy_hash [BUSY_WORKER_HASH_SIZE] |
struct worker_pool | pools [NR_WORKER_POOLS] |
Definition at line 177 of file workqueue.c.
struct hlist_head busy_hash[BUSY_WORKER_HASH_SIZE] |
Definition at line 183 of file workqueue.c.
Definition at line 179 of file workqueue.c.
unsigned int flags |
Definition at line 180 of file workqueue.c.
spinlock_t lock |
Definition at line 178 of file workqueue.c.
struct worker_pool pools[NR_WORKER_POOLS] |
Definition at line 186 of file workqueue.c.