/linux-6.12.1/include/linux/ |
D | sched.h | 778 struct task_struct { struct 792 * This begins the randomizable portion of task_struct. Only argument 812 struct task_struct *last_wakee; argument 821 int recent_used_cpu; 822 int wake_cpu; 824 int on_rq; 826 int prio; 827 int static_prio; 828 int normal_prio; 829 unsigned int rt_priority; [all …]
|
D | memcontrol.h | 1342 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
/linux-6.12.1/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 | 16 struct task_struct {}; struct
|
/linux-6.12.1/tools/perf/util/bpf_skel/vmlinux/ |
D | vmlinux.h | 100 struct task_struct { struct 101 unsigned int flags; 102 struct mm_struct *mm; 103 pid_t pid; 104 pid_t tgid; 105 char comm[16]; 106 struct sighand_struct *sighand; 107 struct css_set *cgroups;
|
/linux-6.12.1/kernel/bpf/ |
D | bpf_task_storage.c | 230 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() 249 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() 265 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() 286 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
|
D | stackmap.c | 545 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4() 562 BPF_CALL_4(bpf_get_task_stack_sleepable, struct task_struct *, task, void *, buf, in BPF_CALL_4()
|
D | task_iter.c | 755 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
|
D | helpers.c | 680 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
|
D | verifier.c | 6482 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU()
|
/linux-6.12.1/lib/kunit/ |
D | try-catch.c | 65 struct task_struct *task_struct; in kunit_try_catch_run() local
|
/linux-6.12.1/include/linux/sched/ |
D | task.h | 172 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
|
/linux-6.12.1/tools/testing/vma/ |
D | vma_internal.h | 115 struct task_struct { struct 121 struct task_struct *get_current(void); argument
|
/linux-6.12.1/kernel/sched/ |
D | syscalls.c | 284 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 783 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
/linux-6.12.1/mm/ |
D | memcontrol.c | 1138 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|