Searched defs:worker_pool (Results 1 – 1 of 1) sorted by relevance
146 struct worker_pool { struct147 spinlock_t lock; /* the pool lock */148 int cpu; /* I: the associated cpu */149 int node; /* I: the associated node ID */150 int id; /* I: pool ID */151 unsigned int flags; /* X: flags */153 unsigned long watchdog_ts; /* L: watchdog timestamp */155 struct list_head worklist; /* L: list of pending works */157 int nr_workers; /* L: total number of workers */158 int nr_idle; /* L: currently idle workers */[all …]