Lines Matching defs:worker_pool
21490 struct worker_pool { struct
21491 raw_spinlock_t lock;
21492 int cpu;
21493 int node;
21494 int id;
21495 unsigned int flags;
21496 long unsigned int watchdog_ts;
21497 struct list_head worklist;
21498 int nr_workers;
21499 int nr_idle;
21500 struct list_head idle_list;
21501 struct timer_list idle_timer;
21502 struct timer_list mayday_timer;
21503 struct hlist_head busy_hash[64];
21504 struct worker *manager;
21505 struct list_head workers;
21506 struct completion *detach_completion;
21507 struct ida worker_ida;
21508 struct workqueue_attrs *attrs;
21509 struct hlist_node hash_node;
21510 int refcnt;
21515 atomic_t nr_running;
21516 struct callback_head rcu;