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.c3308 WARN_ON_ONCE(tg->scx.flags & (SCX_TG_ONLINE | SCX_TG_INITED)); in scx_tg_online()
3324 tg->scx.flags |= SCX_TG_ONLINE | SCX_TG_INITED; in scx_tg_online()
3339 (tg->scx.flags & SCX_TG_INITED)) in scx_tg_offline()
3342 tg->scx.flags &= ~(SCX_TG_ONLINE | SCX_TG_INITED); in scx_tg_offline()
3623 if (!(tg->scx.flags & SCX_TG_INITED)) in scx_cgroup_exit()
3625 tg->scx.flags &= ~SCX_TG_INITED; in scx_cgroup_exit()
3654 (SCX_TG_ONLINE | SCX_TG_INITED)) != SCX_TG_ONLINE) in scx_cgroup_init()
3658 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_init()
3668 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_init()