Searched defs:task_struct (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/include/linux/ |
D | sched.h | 723 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 …]
|
D | memcontrol.h | 1292 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
/Linux-v5.15/tools/include/linux/ |
D | lockdep.h | 26 struct task_struct { struct 39 extern struct task_struct *__curr(void); argument
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_kernel.c | 26 struct task_struct { struct 30 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-v5.15/lib/kunit/ |
D | try-catch.c | 62 struct task_struct *task_struct; in kunit_try_catch_run() local
|
/Linux-v5.15/kernel/bpf/ |
D | bpf_task_storage.c | 227 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()
|
D | stackmap.c | 524 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
|
/Linux-v5.15/kernel/trace/ |
D | bpf_trace.c | 724 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
/Linux-v5.15/mm/ |
D | memcontrol.c | 1128 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|