Searched defs:workqueue_struct (Results 1 – 2 of 2) sorted by relevance
22465 struct workqueue_struct { struct22466 struct list_head pwqs;22467 struct list_head list;22468 struct mutex mutex;22469 int work_color;22470 int flush_color;22471 atomic_t nr_pwqs_to_flush;22472 struct wq_flusher *first_flusher;22473 struct list_head flusher_queue;22474 struct list_head flusher_overflow;[all …]
32750 struct workqueue_struct { struct32751 struct list_head pwqs;32752 struct list_head list;32753 struct mutex mutex;32754 int work_color;32755 int flush_color;32756 atomic_t nr_pwqs_to_flush;32757 struct wq_flusher *first_flusher;32758 struct list_head flusher_queue;32759 struct list_head flusher_overflow;[all …]