Home
last modified time | relevance | path

Searched defs:cpu_workqueue_struct (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/kernel/
Dworkqueue.c177 struct cpu_workqueue_struct { struct
178 struct global_cwq *gcwq; /* I: the associated gcwq */
179 struct workqueue_struct *wq; /* I: the owning workqueue */
180 int work_color; /* L: current color */
181 int flush_color; /* L: flushing color */
182 int nr_in_flight[WORK_NR_COLORS];
184 int nr_active; /* L: nr of active works */
185 int max_active; /* L: max active works */
186 struct list_head delayed_works; /* L: delayed works */