Searched defs:workqueue_struct (Results 1 – 1 of 1) sorted by relevance
335 struct workqueue_struct { struct336 struct list_head pwqs; /* WR: all pwqs of this wq */337 struct list_head list; /* PR: list of all workqueues */339 struct mutex mutex; /* protects this wq */340 int work_color; /* WQ: current work color */341 int flush_color; /* WQ: current flush color */342 atomic_t nr_pwqs_to_flush; /* flush in progress */344 struct list_head flusher_queue; /* WQ: flush waiters */348 struct worker *rescuer; /* MD: rescue worker */373 * Destruction of workqueue_struct is RCU protected to allow walking argument[all …]
Completed in 30 milliseconds