Searched defs:cpu_workqueue_struct (Results 1 – 1 of 1) sorted by relevance
177 struct cpu_workqueue_struct { struct178 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 */