Lines Matching defs:worker_pool
24435 struct worker_pool { struct
24436 raw_spinlock_t lock;
24437 int cpu;
24438 int node;
24439 int id;
24440 unsigned int flags;
24441 long unsigned int watchdog_ts;
24442 struct list_head worklist;
24443 int nr_workers;
24444 int nr_idle;
24445 struct list_head idle_list;
24446 struct timer_list idle_timer;
24447 struct timer_list mayday_timer;
24448 struct hlist_head busy_hash[64];
24449 struct worker *manager;
24450 struct list_head workers;
24451 struct completion *detach_completion;
24452 struct ida worker_ida;
24453 struct workqueue_attrs *attrs;
24454 struct hlist_node hash_node;
24455 int refcnt;
24460 atomic_t nr_running;
24461 struct callback_head rcu;