Searched defs:workqueue_struct (Results 1 – 1 of 1) sorted by relevance
244 struct workqueue_struct { struct245 struct list_head pwqs; /* WR: all pwqs of this wq */246 struct list_head list; /* PR: list of all workqueues */248 struct mutex mutex; /* protects this wq */249 int work_color; /* WQ: current work color */250 int flush_color; /* WQ: current flush color */251 atomic_t nr_pwqs_to_flush; /* flush in progress */252 struct wq_flusher *first_flusher; /* WQ: first flusher */276 * Destruction of workqueue_struct is RCU protected to allow walking argument280 struct rcu_head rcu;[all …]