Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h23495 struct task_group { struct
23511 struct task_group *parent; argument
23512 struct list_head siblings;
23513 struct list_head children;
23514 struct cfs_bandwidth cfs_bandwidth;
23515 unsigned int uclamp_pct[2];
23516 struct uclamp_se uclamp_req[2];
23517 struct uclamp_se uclamp[2];
23518 unsigned int latency_sensitive;
23519 u64 android_vendor_data1[4];
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h33660 struct task_group { struct
33676 struct task_group *parent; argument
33677 struct list_head siblings;
33678 struct list_head children;
33679 struct cfs_bandwidth cfs_bandwidth;
33680 unsigned int uclamp_pct[2];
33681 struct uclamp_se uclamp_req[2];
33682 struct uclamp_se uclamp[2];
33683 unsigned int latency_sensitive;
33684 u64 android_vendor_data1[4];
[all …]