Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dcgroup.h856 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id);
/linux-6.12.1/kernel/cgroup/
Dcgroup-v1.c1286 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id) in task_get_cgroup1() function
/linux-6.12.1/kernel/bpf/
Dhelpers.c2497 struct cgroup *cgrp = task_get_cgroup1(task, hierarchy_id); in bpf_task_get_cgroup1()