Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dsched.h723 struct task_struct { struct
739 * This begins the randomizable portion of task_struct. Only argument
759 struct task_struct *last_wakee; argument
768 int recent_used_cpu;
769 int wake_cpu;
771 int on_rq;
773 int prio;
774 int static_prio;
775 int normal_prio;
776 unsigned int rt_priority;
[all …]
Dmemcontrol.h1292 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/Linux-v5.15/tools/include/linux/
Dlockdep.h26 struct task_struct { struct
39 extern struct task_struct *__curr(void); argument
/Linux-v5.15/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.15/lib/kunit/
Dtry-catch.c62 struct task_struct *task_struct; in kunit_try_catch_run() local
/Linux-v5.15/kernel/bpf/
Dbpf_task_storage.c227 BPF_CALL_4(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_4()
258 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
Dstackmap.c524 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c724 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
/Linux-v5.15/mm/
Dmemcontrol.c1128 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()