Home
last modified time | relevance | path

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

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