Searched defs:worker_pool (Results 1 – 1 of 1) sorted by relevance
144 struct worker_pool { struct145 spinlock_t lock; /* the pool lock */146 int cpu; /* I: the associated cpu */147 int node; /* I: the associated node ID */148 int id; /* I: pool ID */149 unsigned int flags; /* X: flags */151 struct list_head worklist; /* L: list of pending works */152 int nr_workers; /* L: total number of workers */155 int nr_idle; /* L: currently idle ones */157 struct list_head idle_list; /* X: list of idle workers */[all …]