Searched defs:task_struct (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
A D | sched.h | 739 * This begins the randomizable portion of task_struct. Only argument 755 struct task_struct *last_wakee; argument 767 int on_rq; 769 int prio; 955 struct task_struct __rcu *real_parent; argument 965 struct task_struct *group_leader; argument 1117 struct task_struct *pi_top_task; argument 1207 u32 rmid; 1295 union { 1434 struct task_struct *oom_reaper_list; argument [all …]
|
A D | memcontrol.h | 1330 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_core_reloc_kernel.c | 26 struct task_struct { struct 30 struct task_struct *group_leader; argument
|
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
|
A D | strobemeta.h | 14 struct task_struct {}; struct
|
/linux/lib/kunit/ |
A D | try-catch.c | 62 struct task_struct *task_struct; in kunit_try_catch_run() local
|
/linux/kernel/bpf/ |
A 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()
|
A D | stackmap.c | 524 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
|
A D | btf.c | 6345 BTF_ID_LIST_GLOBAL_SINGLE(btf_task_struct_ids, struct, task_struct) in BTF_ID_LIST_GLOBAL_SINGLE() argument
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 770 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
/linux/mm/ |
A D | memcontrol.c | 1136 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
|
Completed in 102 milliseconds