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.h78 int scx_cgroup_can_attach(struct cgroup_taskset *tset);
88 static inline int scx_cgroup_can_attach(struct cgroup_taskset *tset) { return 0; } in scx_cgroup_can_attach() function
H A Dext.c3345 int scx_cgroup_can_attach(struct cgroup_taskset *tset) in scx_cgroup_can_attach()
5205 * while tasks are being initialized so that scx_cgroup_can_attach() in scx_enable_workfn()
3324 int scx_cgroup_can_attach(struct cgroup_taskset *tset) scx_cgroup_can_attach() function
H A Dcore.c9277 return scx_cgroup_can_attach(tset); in cpu_cgroup_can_attach()