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.h1020 SCX_TG_INITED = 1U << 1, enumerator
H A Dext.c3149 WARN_ON_ONCE(tg->scx.flags & (SCX_TG_ONLINE | SCX_TG_INITED)); in scx_tg_online()
3165 tg->scx.flags |= SCX_TG_ONLINE | SCX_TG_INITED; in scx_tg_online()
3180 (tg->scx.flags & SCX_TG_INITED)) in scx_tg_offline()
3183 tg->scx.flags &= ~(SCX_TG_ONLINE | SCX_TG_INITED); in scx_tg_offline()
3466 if (!(tg->scx.flags & SCX_TG_INITED)) in scx_cgroup_exit()
3468 tg->scx.flags &= ~SCX_TG_INITED; in scx_cgroup_exit()
3497 (SCX_TG_ONLINE | SCX_TG_INITED)) != SCX_TG_ONLINE) in scx_cgroup_init()
3501 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_init()
3512 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_init()