Searched refs:SCX_TASK_SUB_INIT (Results 1 – 2 of 2) sorted by relevance
102 SCX_TASK_SUB_INIT = 1 << 4, /* task being initialized for a sub sched */ enumerator
3715 if (p->scx.flags & SCX_TASK_SUB_INIT) { in scx_disable_and_exit_task()3718 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_disable_and_exit_task()7244 if (p->scx.flags & SCX_TASK_SUB_INIT) in scx_sub_enable_workfn()7282 p->scx.flags |= SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()7299 if (!(p->scx.flags & SCX_TASK_SUB_INIT)) in scx_sub_enable_workfn()7319 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()7356 if (p->scx.flags & SCX_TASK_SUB_INIT) { in scx_sub_enable_workfn()7358 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()