Searched defs:worker_pool (Results 1 – 1 of 1) sorted by relevance
22111 struct worker_pool { struct22112 raw_spinlock_t lock;22113 int cpu;22114 int node;22115 int id;22116 unsigned int flags;22117 long unsigned int watchdog_ts;22118 struct list_head worklist;22119 int nr_workers;22120 int nr_idle;[all …]