Home
last modified time | relevance | path

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

/kernel/
A Dworkqueue.c184 struct worker_pool { struct
185 raw_spinlock_t lock; /* the pool lock */
186 int cpu; /* I: the associated cpu */
187 int node; /* I: the associated node ID */
188 int id; /* I: pool ID */
189 unsigned int flags; /* L: flags */
192 bool cpu_stall; /* WD: stalled cpu bound pool */
200 int nr_running;
205 int nr_idle; /* L: currently idle workers */
224 int refcnt; /* PL: refcnt for unbound pools */
[all …]

Completed in 33 milliseconds