Home
last modified time | relevance | path

Searched refs:task_under_cgroup_hierarchy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dcgroup.h549 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
678 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2216 ret = task_under_cgroup_hierarchy(task, ancestor); in bpf_task_under_cgroup()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c809 return task_under_cgroup_hierarchy(current, cgrp); in BPF_CALL_2()