Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcgroup.h609 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
746 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
/Linux-v5.15/kernel/trace/
Dbpf_trace.c753 return task_under_cgroup_hierarchy(current, cgrp); in BPF_CALL_2()