Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.h75 int scx_cgroup_can_attach(struct cgroup_taskset *tset);
84 static inline int scx_cgroup_can_attach(struct cgroup_taskset *tset) { return 0; } in scx_cgroup_can_attach() function
H A Dext.c4327 int scx_cgroup_can_attach(struct cgroup_taskset *tset) in scx_cgroup_can_attach() function
H A Dcore.c9161 return scx_cgroup_can_attach(tset); in cpu_cgroup_can_attach()