Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsched.h640 struct task_struct { struct
652 * This begins the randomizable portion of task_struct. Only argument
672 struct task_struct *last_wakee; argument
681 int recent_used_cpu;
682 int wake_cpu;
684 int on_rq;
686 int prio;
687 int static_prio;
688 int normal_prio;
689 unsigned int rt_priority;
[all …]
Dmemcontrol.h1062 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/Linux-v5.10/tools/include/linux/
Dlockdep.h26 struct task_struct { struct
39 extern struct task_struct *__curr(void); argument
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_kernel.c26 struct task_struct { struct
30 struct task_struct *group_leader; argument
Dtest_core_retro.c7 struct task_struct { struct
28 struct task_struct *task = (void *)bpf_get_current_task(); in handle_sys_enter() argument
Dstrobemeta.h14 struct task_struct {}; struct
/Linux-v5.10/lib/kunit/
Dtry-catch.c62 struct task_struct *task_struct; in kunit_try_catch_run() local
/Linux-v5.10/kernel/bpf/
Dstackmap.c660 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
/Linux-v5.10/mm/
Dmemcontrol.c1315 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()