Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c240 struct workqueue_struct { struct
241 struct list_head pwqs; /* WR: all pwqs of this wq */
242 struct list_head list; /* PR: list of all workqueues */
244 struct mutex mutex; /* protects this wq */
245 int work_color; /* WQ: current work color */
246 int flush_color; /* WQ: current flush color */
270 * Destruction of workqueue_struct is sched-RCU protected to allow argument
274 struct rcu_head rcu;
277 unsigned int flags ____cacheline_aligned; /* WQ: WQ_* flags */
278 struct pool_workqueue __percpu *cpu_pwqs; /* I: per-cpu pwqs */
[all …]