Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dsched.h737 struct task_struct { struct
753 * This begins the randomizable portion of task_struct. Only argument
769 struct task_struct *last_wakee; argument
778 int recent_used_cpu;
779 int wake_cpu;
781 int on_rq;
783 int prio;
784 int static_prio;
785 int normal_prio;
786 unsigned int rt_priority;
[all …]
Dmemcontrol.h1336 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_kernel.c27 struct task_struct { struct
31 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-6.1.9/lib/kunit/
Dtry-catch.c62 struct task_struct *task_struct; in kunit_try_catch_run() local
/linux-6.1.9/kernel/bpf/
Dbpf_task_storage.c231 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5()
263 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
Dstackmap.c471 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
Dtask_iter.c780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
Dhelpers.c667 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
/linux-6.1.9/kernel/trace/
Dbpf_trace.c780 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
/linux-6.1.9/mm/
Dmemcontrol.c1241 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()