Linux Kernel
3.7.1
|
Data Fields | |
struct worker_pool * | pool |
struct workqueue_struct * | wq |
int | work_color |
int | flush_color |
int | nr_in_flight [WORK_NR_COLORS] |
int | nr_active |
int | max_active |
struct list_head | delayed_works |
Definition at line 195 of file workqueue.c.
Definition at line 204 of file workqueue.c.
int flush_color |
Definition at line 199 of file workqueue.c.
int max_active |
Definition at line 203 of file workqueue.c.
int nr_active |
Definition at line 202 of file workqueue.c.
int nr_in_flight[WORK_NR_COLORS] |
Definition at line 200 of file workqueue.c.
Definition at line 196 of file workqueue.c.
int work_color |
Definition at line 198 of file workqueue.c.
Definition at line 197 of file workqueue.c.