Searched defs:worker_pool (Results 1 – 1 of 1) sorted by relevance
186 struct worker_pool { struct187 raw_spinlock_t lock; /* the pool lock */188 int cpu; /* I: the associated cpu */189 int node; /* I: the associated node ID */190 int id; /* I: pool ID */191 unsigned int flags; /* L: flags */193 unsigned long watchdog_ts; /* L: watchdog timestamp */194 bool cpu_stall; /* WD: stalled cpu bound pool */202 int nr_running;204 struct list_head worklist; /* L: list of pending works */[all …]