Home
last modified time | relevance | path

Searched defs:worker_pool (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dworkqueue.c153 struct worker_pool { struct
154 raw_spinlock_t lock; /* the pool lock */
155 int cpu; /* I: the associated cpu */
156 int node; /* I: the associated node ID */
157 int id; /* I: pool ID */
158 unsigned int flags; /* L: flags */
161 bool cpu_stall; /* WD: stalled cpu bound pool */
169 int nr_running;
174 int nr_idle; /* L: currently idle workers */
195 int refcnt; /* PL: refcnt for unbound pools */
[all …]