Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h22465 struct workqueue_struct { struct
22466 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h32750 struct workqueue_struct { struct
32751 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 …]