Searched refs:SCX_TASK_SUB_INIT (Results 1 – 4 of 4) sorted by relevance
29 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_SUB_INIT); \
71 #define SCX_TASK_SUB_INIT __SCX_TASK_SUB_INIT macro
102 SCX_TASK_SUB_INIT = 1 << 4, /* task being initialized for a sub sched */ enumerator
3644 if ((p->scx.flags & SCX_TASK_SUB_INIT) && in scx_disable_and_exit_task()3647 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_disable_and_exit_task()6988 if (p->scx.flags & SCX_TASK_SUB_INIT) in scx_sub_enable_workfn()7011 p->scx.flags |= SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()7028 if (!(p->scx.flags & SCX_TASK_SUB_INIT)) in scx_sub_enable_workfn()7048 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()7079 if (p->scx.flags & SCX_TASK_SUB_INIT) { in scx_sub_enable_workfn()7081 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()