Searched defs:workqueue_struct (Results 1 – 1 of 1) sorted by relevance
21987 struct workqueue_struct { struct21988 struct list_head pwqs;21989 struct list_head list;21990 struct mutex mutex;21991 int work_color;21992 int flush_color;21993 atomic_t nr_pwqs_to_flush;21994 struct wq_flusher *first_flusher;21995 struct list_head flusher_queue;21996 struct list_head flusher_overflow;[all …]