Searched refs:scx_flags (Results 1 – 2 of 2) sorted by relevance
3943 WARN_ON_ONCE(tg->scx_flags & (SCX_TG_ONLINE | SCX_TG_INITED)); in scx_tg_online()3958 tg->scx_flags |= SCX_TG_ONLINE | SCX_TG_INITED; in scx_tg_online()3960 tg->scx_flags |= SCX_TG_ONLINE; in scx_tg_online()3969 WARN_ON_ONCE(!(tg->scx_flags & SCX_TG_ONLINE)); in scx_tg_offline()3973 if (SCX_HAS_OP(cgroup_exit) && (tg->scx_flags & SCX_TG_INITED)) in scx_tg_offline()3975 tg->scx_flags &= ~(SCX_TG_ONLINE | SCX_TG_INITED); in scx_tg_offline()4252 if (!(tg->scx_flags & SCX_TG_INITED)) in scx_cgroup_exit()4254 tg->scx_flags &= ~SCX_TG_INITED; in scx_cgroup_exit()4287 if ((tg->scx_flags & in scx_cgroup_init()4292 tg->scx_flags |= SCX_TG_INITED; in scx_cgroup_init()[all …]
463 u32 scx_flags; /* SCX_TG_* */ member