Home
last modified time | relevance | path

Searched defs:cur_task (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Diters_testmod.c15 struct task_struct *cur_task = bpf_get_current_task_btf(); in iter_next_trusted() local
35 struct task_struct *cur_task = bpf_get_current_task_btf(); in iter_next_trusted_or_null() local
53 struct task_struct *cur_task = bpf_get_current_task_btf(); in iter_next_rcu() local
73 struct task_struct *cur_task = bpf_get_current_task_btf(); in iter_next_rcu_or_null() local
91 struct task_struct *cur_task = bpf_get_current_task_btf(); in iter_next_rcu_not_trusted() local
H A Diters_task.c21 struct task_struct *cur_task = bpf_get_current_task_btf(); in iter_task_for_each_sleep() local
H A Diters_css.c26 struct task_struct *cur_task = bpf_get_current_task_btf(); in iter_css_for_each() local
H A Diters_css_task.c25 struct task_struct *cur_task = bpf_get_current_task_btf(); in BPF_PROG() local
/linux/include/linux/
H A Dcgroup.h66 struct task_struct *cur_task; member