Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h22592 struct worker_pool { struct
22593 raw_spinlock_t lock;
22594 int cpu;
22595 int node;
22596 int id;
22597 unsigned int flags;
22598 unsigned long watchdog_ts;
22599 bool cpu_stall;
22600 int nr_running;
22601 struct list_head worklist;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h32864 struct worker_pool { struct
32865 raw_spinlock_t lock;
32866 int cpu;
32867 int node;
32868 int id;
32869 unsigned int flags;
32870 unsigned long watchdog_ts;
32871 bool cpu_stall;
32872 int nr_running;
32873 struct list_head worklist;
[all …]