Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dext.c838 SCX_TG_INITED = 1U << 1, enumerator
3943 WARN_ON_ONCE(tg->scx_flags & (SCX_TG_ONLINE | SCX_TG_INITED)); in scx_tg_online()
3958 tg->scx_flags |= SCX_TG_ONLINE | SCX_TG_INITED; in scx_tg_online()
3973 if (SCX_HAS_OP(cgroup_exit) && (tg->scx_flags & SCX_TG_INITED)) in scx_tg_offline()
3975 tg->scx_flags &= ~(SCX_TG_ONLINE | SCX_TG_INITED); in scx_tg_offline()
4252 if (!(tg->scx_flags & SCX_TG_INITED)) in scx_cgroup_exit()
4254 tg->scx_flags &= ~SCX_TG_INITED; in scx_cgroup_exit()
4288 (SCX_TG_ONLINE | SCX_TG_INITED)) != SCX_TG_ONLINE) in scx_cgroup_init()
4292 tg->scx_flags |= SCX_TG_INITED; in scx_cgroup_init()
4307 tg->scx_flags |= SCX_TG_INITED; in scx_cgroup_init()