Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h27223 struct workqueue_struct { struct
27224 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 …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h24331 struct workqueue_struct { struct
24332 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 …]
Dvmlinux.h24331 struct workqueue_struct { struct
24332 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 …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h21366 struct workqueue_struct { struct
21367 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 …]
Dvmlinux_510.h21366 struct workqueue_struct { struct
21367 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 …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h26809 struct workqueue_struct { struct
26810 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 …]
Dvmlinux_505.h26809 struct workqueue_struct { struct
26810 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 …]