Searched defs:task_struct (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | sched.h | 753 * This begins the randomizable portion of task_struct. Only argument 769 struct task_struct *last_wakee; argument 781 int on_rq; 783 int prio; 975 struct task_struct __rcu *real_parent; argument 985 struct task_struct *group_leader; argument 1013 u64 utime; 1137 struct task_struct *pi_top_task; argument 1227 u32 rmid; 1321 union { [all …]
|
A D | memcontrol.h | 1369 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_core_reloc_kernel.c | 27 struct task_struct { struct 31 struct task_struct *group_leader; argument
|
A D | test_core_retro.c | 7 struct task_struct { struct 28 struct task_struct *task = (void *)bpf_get_current_task(); in handle_sys_enter() argument
|
A D | strobemeta.h | 14 struct task_struct {}; struct
|
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_task_storage.c | 237 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() 256 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() 272 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() 293 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
|
A D | task_iter.c | 780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
|
A D | stackmap.c | 471 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
|
A D | helpers.c | 672 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
|
A D | verifier.c | 5004 BTF_TYPE_SAFE_NESTED(struct task_struct) { in BTF_TYPE_SAFE_NESTED()
|
/linux-6.3-rc2/lib/kunit/ |
A D | try-catch.c | 62 struct task_struct *task_struct; in kunit_try_catch_run() local
|
/linux-6.3-rc2/kernel/trace/ |
A D | bpf_trace.c | 777 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
/linux-6.3-rc2/mm/ |
A D | memcontrol.c | 1253 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
Completed in 88 milliseconds