Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup.h547 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
676 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
/linux/kernel/bpf/
H A Dhelpers.c2390 ret = task_under_cgroup_hierarchy(task, ancestor); in bpf_task_under_cgroup()
/linux/kernel/trace/
H A Dbpf_trace.c813 return task_under_cgroup_hierarchy(current, cgrp); in BPF_CALL_2()