Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c152 struct worker_pool { struct
153 raw_spinlock_t lock; /* the pool lock */
154 int cpu; /* I: the associated cpu */
155 int node; /* I: the associated node ID */
156 int id; /* I: pool ID */
157 unsigned int flags; /* X: flags */
159 unsigned long watchdog_ts; /* L: watchdog timestamp */
167 int nr_running;
169 struct list_head worklist; /* L: list of pending works */
171 int nr_workers; /* L: total number of workers */
[all …]