/openbmc/linux/include/linux/ |
H A D | sched.h | 746 struct task_struct { struct 762 * This begins the randomizable portion of task_struct. Only argument 778 struct task_struct *last_wakee; argument 787 int recent_used_cpu; 788 int wake_cpu; 790 int on_rq; 792 int prio; 793 int static_prio; 794 int normal_prio; 795 unsigned int rt_priority; [all …]
|
H A D | memcontrol.h | 1362 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
/openbmc/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 | 14 struct task_struct {}; struct
|
/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/ |
H A D | vmlinux.h | 92 struct task_struct { struct 93 unsigned int flags; 94 struct mm_struct *mm; 95 pid_t pid; 96 pid_t tgid; 97 char comm[16]; 98 struct sighand_struct *sighand; 99 struct css_set *cgroups;
|
/openbmc/linux/kernel/bpf/ |
H A 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()
|
H A D | task_iter.c | 780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
|
H A D | stackmap.c | 480 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
|
H A D | helpers.c | 682 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
|
H A D | verifier.c | 6287 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU()
|
/openbmc/linux/lib/kunit/ |
H A D | try-catch.c | 63 struct task_struct *task_struct; in kunit_try_catch_run() local
|
/openbmc/linux/include/linux/sched/ |
H A D | task.h | 165 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 781 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
/openbmc/linux/mm/ |
H A D | memcontrol.c | 1265 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|