Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c810 SCX_TG_INITED = 1U << 1, enumerator
4288 WARN_ON_ONCE(tg->scx_flags & (SCX_TG_ONLINE | SCX_TG_INITED)); in scx_tg_online()
4305 tg->scx_flags |= SCX_TG_ONLINE | SCX_TG_INITED; in scx_tg_online()
4320 if (SCX_HAS_OP(cgroup_exit) && (tg->scx_flags & SCX_TG_INITED)) in scx_tg_offline()
4322 tg->scx_flags &= ~(SCX_TG_ONLINE | SCX_TG_INITED); in scx_tg_offline()
4601 if (!(tg->scx_flags & SCX_TG_INITED)) in scx_cgroup_exit()
4603 tg->scx_flags &= ~SCX_TG_INITED; in scx_cgroup_exit()
4643 (SCX_TG_ONLINE | SCX_TG_INITED)) != SCX_TG_ONLINE) in scx_cgroup_init()
4647 tg->scx_flags |= SCX_TG_INITED; in scx_cgroup_init()
4662 tg->scx_flags |= SCX_TG_INITED; in scx_cgroup_init()