/linux/include/linux/ |
H A D | sched.h | 791 struct task_struct { struct 805 * This begins the randomizable portion of task_struct. Only argument 825 struct task_struct *last_wakee; argument 834 int recent_used_cpu; 835 int wake_cpu; 837 int on_rq; 839 int prio; 840 int static_prio; 841 int normal_prio; 842 unsigned int rt_priority; [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_kernel.c | 27 struct task_struct { struct 31 struct task_struct *group_leader; argument
|
H 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
|
H A D | strobemeta.h | 16 struct task_struct {}; struct
|
/linux/tools/perf/util/bpf_skel/vmlinux/ |
H A D | vmlinux.h | 100 struct task_struct { struct 101 flagstask_struct global() argument 102 mmtask_struct global() argument 103 pidtask_struct global() argument 104 tgidtask_struct global() argument 105 commtask_struct global() argument 106 sighandtask_struct global() argument 107 cgroupstask_struct global() argument
|
/linux/kernel/bpf/ |
H A D | bpf_task_storage.c | 231 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() 250 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() 266 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2() 287 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
|
H A 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()
|
H A D | task_iter.c | 751 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
|
H A D | helpers.c | 680 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
|
H A D | verifier.c | 6851 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU()
|
/linux/lib/kunit/ |
H A D | try-catch.c | 65 struct task_struct *task_struct; in kunit_try_catch_run() local
|
/linux/include/linux/sched/ |
H A D | task.h | 173 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
|
/linux/rust/kernel/ |
H A D | task.rs | 252 pub fn as_ptr(&self) -> *mut bindings::task_struct { in as_ptr()
|
/linux/kernel/sched/ |
H A D | syscalls.c | 284 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 773 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
/linux/mm/ |
H A D | memcontrol.c | 1160 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|