Searched defs:task_struct (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/linux/ |
D | sched.h | 737 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 …]
|
D | memcontrol.h | 1336 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_kernel.c | 27 struct task_struct { struct 31 struct task_struct *group_leader; argument
|
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
|
D | strobemeta.h | 14 struct task_struct {}; struct
|
/linux-6.1.9/lib/kunit/ |
D | try-catch.c | 62 struct task_struct *task_struct; in kunit_try_catch_run() local
|
/linux-6.1.9/kernel/bpf/ |
D | bpf_task_storage.c | 231 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()
|
D | stackmap.c | 471 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
|
D | task_iter.c | 780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
|
D | helpers.c | 667 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
|
/linux-6.1.9/kernel/trace/ |
D | bpf_trace.c | 780 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
/linux-6.1.9/mm/ |
D | memcontrol.c | 1241 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|