Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h1222 SCX_TG_INITED = 1U << 1, enumerator
H A Dext.c4300 WARN_ON_ONCE(tg->scx.flags & (SCX_TG_ONLINE | SCX_TG_INITED)); in scx_tg_online()
4316 tg->scx.flags |= SCX_TG_ONLINE | SCX_TG_INITED; in scx_tg_offline()
4331 (tg->scx.flags & SCX_TG_INITED)) in scx_cgroup_can_attach()
4333 tg->scx.flags &= ~(SCX_TG_ONLINE | SCX_TG_INITED); in scx_cgroup_can_attach()
4686 if (!(tg->scx.flags & SCX_TG_INITED)) in scx_cgroup_init()
4688 tg->scx.flags &= ~SCX_TG_INITED; in scx_cgroup_init()
4716 (SCX_TG_ONLINE | SCX_TG_INITED)) != SCX_TG_ONLINE) in scx_cgroup_init()
4720 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_init()
4730 tg->scx.flags |= SCX_TG_INITED;