Lines Matching refs:scx_cgroup_enabled
89 bool scx_cgroup_enabled; variable
4750 if (scx_cgroup_enabled) { in scx_tg_online()
4794 if (scx_cgroup_enabled && (tg->scx.flags & SCX_TG_INITED) && in scx_tg_offline()
4817 if (!scx_cgroup_enabled) in scx_cgroup_can_attach()
4876 if (!scx_cgroup_enabled) in scx_cgroup_move_task()
4898 if (!scx_cgroup_enabled) in scx_cgroup_cancel_attach()
4919 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_weight) && in scx_group_set_weight()
4935 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_idle)) in scx_group_set_idle()
4952 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_bandwidth) && in scx_group_set_bandwidth()
6423 scx_cgroup_enabled = false; in scx_root_disable()
7715 WARN_ON_ONCE(scx_cgroup_enabled); in scx_root_enable_workfn()
7716 scx_cgroup_enabled = true; in scx_root_enable_workfn()