Home
last modified time | relevance | path

Searched defs:workqueue_struct (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dworkqueue.c337 struct workqueue_struct { struct
338 struct list_head pwqs; /* WR: all pwqs of this wq */
339 struct list_head list; /* PR: list of all workqueues */
341 struct mutex mutex; /* protects this wq */
342 int work_color; /* WQ: current work color */
343 int flush_color; /* WQ: current flush color */
344 atomic_t nr_pwqs_to_flush; /* flush in progress */
345 struct wq_flusher *first_flusher; /* WQ: first flusher */
346 struct list_head flusher_queue; /* WQ: flush waiters */
347 struct list_head flusher_overflow; /* WQ: flush overflow list */
[all …]
/linux/drivers/firewire/
H A Dcore-card.c603 DEFINE_FREE(workqueue_destroy, struct workqueue_struct *, if (_T) destroy_workqueue(_T)) in DEFINE_FREE()