Home
last modified time | relevance | path

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

/linux/kernel/
A Dworkqueue.c148 struct worker_pool { struct
149 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 */
159 int nr_workers; /* L: total number of workers */
160 int nr_idle; /* L: currently idle workers */
170 struct worker *manager; /* L: purely informational */
171 struct list_head workers; /* A: attached workers */
[all …]

Completed in 31 milliseconds