Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h27325 struct pool_workqueue { struct
27326 struct worker_pool *pool;
27327 struct workqueue_struct *wq;
27328 int work_color;
27329 int flush_color;
27330 int refcnt;
27331 int nr_in_flight[16];
27332 int nr_active;
27333 int max_active;
27334 struct list_head inactive_works;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h24411 struct pool_workqueue { struct
24412 struct worker_pool *pool;
24413 struct workqueue_struct *wq;
24414 int work_color;
24415 int flush_color;
24416 int refcnt;
24417 int nr_in_flight[15];
24418 int nr_active;
24419 int max_active;
24420 struct list_head delayed_works;
[all …]
Dvmlinux.h24411 struct pool_workqueue { struct
24412 struct worker_pool *pool;
24413 struct workqueue_struct *wq;
24414 int work_color;
24415 int flush_color;
24416 int refcnt;
24417 int nr_in_flight[15];
24418 int nr_active;
24419 int max_active;
24420 struct list_head delayed_works;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h21466 struct pool_workqueue { struct
21467 struct worker_pool *pool;
21468 struct workqueue_struct *wq;
21469 int work_color;
21470 int flush_color;
21471 int refcnt;
21472 int nr_in_flight[15];
21473 int nr_active;
21474 int max_active;
21475 struct list_head delayed_works;
[all …]
Dvmlinux_510.h21466 struct pool_workqueue { struct
21467 struct worker_pool *pool;
21468 struct workqueue_struct *wq;
21469 int work_color;
21470 int flush_color;
21471 int refcnt;
21472 int nr_in_flight[15];
21473 int nr_active;
21474 int max_active;
21475 struct list_head delayed_works;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h26905 struct pool_workqueue { struct
26906 struct worker_pool *pool;
26907 struct workqueue_struct *wq;
26908 int work_color;
26909 int flush_color;
26910 int refcnt;
26911 int nr_in_flight[15];
26912 int nr_active;
26913 int max_active;
26914 struct list_head delayed_works;
[all …]
Dvmlinux.h26905 struct pool_workqueue { struct
26906 struct worker_pool *pool;
26907 struct workqueue_struct *wq;
26908 int work_color;
26909 int flush_color;
26910 int refcnt;
26911 int nr_in_flight[15];
26912 int nr_active;
26913 int max_active;
26914 struct list_head delayed_works;
[all …]