Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dsub.c1391 if ((tg->scx.flags & SCX_TG_INITED) && SCX_HAS_OP(parent, cgroup_exit)) in scx_cgroup_claim_subtree()
1394 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_claim_subtree()
1454 if ((tg->scx.flags & SCX_TG_INITED) && SCX_HAS_OP(sch, cgroup_exit)) in scx_cgroup_return_subtree()
1479 tg->scx.flags &= ~(SCX_TG_SUB_INIT | SCX_TG_INITED); in scx_cgroup_return_subtree()
1498 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_return_subtree()
H A Dext.c4715 return (tg->scx.flags & SCX_TG_INITED) ? tg->scx.sched : NULL; in scx_tg_sched()
4748 WARN_ON_ONCE(tg->scx.flags & (SCX_TG_ONLINE | SCX_TG_INITED)); in scx_tg_online()
4778 tg->scx.flags |= SCX_TG_ONLINE | SCX_TG_INITED; in scx_tg_online()
4794 if (scx_cgroup_enabled && (tg->scx.flags & SCX_TG_INITED) && in scx_tg_offline()
4798 tg->scx.flags &= ~(SCX_TG_ONLINE | SCX_TG_INITED); in scx_tg_offline()
5161 if (tg->scx.flags & SCX_TG_INITED) { in scx_cgroup_exit()
5162 tg->scx.flags &= ~SCX_TG_INITED; in scx_cgroup_exit()
5181 if ((tg->scx.flags & (SCX_TG_ONLINE | SCX_TG_INITED)) != SCX_TG_ONLINE) in scx_cgroup_init()
5200 tg->scx.flags |= SCX_TG_INITED; in scx_cgroup_init()
H A Dinternal.h1815 SCX_TG_INITED = 1U << 1, enumerator