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