Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h2311 struct task_struct { struct
2323 struct task_struct *last_wakee; argument
2324 int recent_used_cpu;
2325 int wake_cpu;
2326 int on_rq;
2327 int prio;
2328 int static_prio;
2329 int normal_prio;
2330 unsigned int rt_priority;
2336 struct sched_entity se;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h1873 struct task_struct { struct
1885 struct task_struct *last_wakee; argument
1886 int recent_used_cpu;
1887 int wake_cpu;
1888 int on_rq;
1889 int prio;
1890 int static_prio;
1891 int normal_prio;
1892 unsigned int rt_priority;
1893 struct sched_entity se;
[all …]