Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcgroup.h595 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
713 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
/Linux-v4.19/kernel/trace/
Dbpf_trace.c483 return task_under_cgroup_hierarchy(current, cgrp); in BPF_CALL_2()