Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h22541 struct pool_workqueue { struct
22542 struct worker_pool *pool;
22543 struct workqueue_struct *wq;
22544 int work_color;
22545 int flush_color;
22546 int refcnt;
22547 int nr_in_flight[16];
22548 int nr_active;
22549 int max_active;
22550 struct list_head inactive_works;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h32813 struct pool_workqueue { struct
32814 struct worker_pool *pool;
32815 struct workqueue_struct *wq;
32816 int work_color;
32817 int flush_color;
32818 int refcnt;
32819 int nr_in_flight[16];
32820 int nr_active;
32821 int max_active;
32822 struct list_head inactive_works;
[all …]