Searched defs:workqueue_struct (Results 1 – 7 of 7) sorted by relevance
27223 struct workqueue_struct { struct27224 struct list_head pwqs;27225 struct list_head list;27226 struct mutex mutex;27227 int work_color;27228 int flush_color;27229 atomic_t nr_pwqs_to_flush;27230 struct wq_flusher *first_flusher;27231 struct list_head flusher_queue;27232 struct list_head flusher_overflow;[all …]
24331 struct workqueue_struct { struct24332 struct list_head pwqs;24333 struct list_head list;24334 struct mutex mutex;24335 int work_color;24336 int flush_color;24337 atomic_t nr_pwqs_to_flush;24338 struct wq_flusher *first_flusher;24339 struct list_head flusher_queue;24340 struct list_head flusher_overflow;[all …]
21366 struct workqueue_struct { struct21367 struct list_head pwqs;21368 struct list_head list;21369 struct mutex mutex;21370 int work_color;21371 int flush_color;21372 atomic_t nr_pwqs_to_flush;21373 struct wq_flusher *first_flusher;21374 struct list_head flusher_queue;21375 struct list_head flusher_overflow;[all …]
26809 struct workqueue_struct { struct26810 struct list_head pwqs;26811 struct list_head list;26812 struct mutex mutex;26813 int work_color;26814 int flush_color;26815 atomic_t nr_pwqs_to_flush;26816 struct wq_flusher *first_flusher;26817 struct list_head flusher_queue;26818 struct list_head flusher_overflow;[all …]