Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h614 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
750 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() function
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1032 return task_under_cgroup_hierarchy(current, cgrp); in BPF_CALL_2()