Lines Matching defs:worker_pool
27343 struct worker_pool { struct
27344 raw_spinlock_t lock;
27345 int cpu;
27346 int node;
27347 int id;
27348 unsigned int flags;
27349 long unsigned int watchdog_ts;
27350 atomic_t nr_running;
27351 struct list_head worklist;
27352 int nr_workers;
27353 int nr_idle;
27354 struct list_head idle_list;
27355 struct timer_list idle_timer;
27356 struct timer_list mayday_timer;
27357 struct hlist_head busy_hash[64];
27358 struct worker *manager;
27359 struct list_head workers;
27360 struct completion *detach_completion;
27361 struct ida worker_ida;
27362 struct workqueue_attrs *attrs;
27363 struct hlist_node hash_node;
27364 int refcnt;
27365 struct callback_head rcu;