Searched defs:worker_pool (Results 1 – 1 of 1) sorted by relevance
148 struct worker_pool { struct149 raw_spinlock_t lock; /* the pool lock */150 int cpu; /* I: the associated cpu */151 int node; /* I: the associated node ID */152 int id; /* I: pool ID */153 unsigned int flags; /* X: flags */155 unsigned long watchdog_ts; /* L: watchdog timestamp */163 int nr_running;165 struct list_head worklist; /* L: list of pending works */167 int nr_workers; /* L: total number of workers */[all …]