Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c189 struct worker_pool { struct
190 raw_spinlock_t lock; /* the pool lock */
191 int cpu; /* I: the associated cpu */
192 int node; /* I: the associated node ID */
193 int id; /* I: pool ID */
194 unsigned int flags; /* L: flags */
196 unsigned long watchdog_ts; /* L: watchdog timestamp */
197 bool cpu_stall; /* WD: stalled cpu bound pool */
205 int nr_running;
207 struct list_head worklist; /* L: list of pending works */
[all …]