Searched refs:SCX_TASK_SUB_INIT (Results 1 – 5 of 5) 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
104 SCX_TASK_SUB_INIT = 1 << 4, /* task being initialized for a sub sched */ enumerator
1889 if (p->scx.flags & SCX_TASK_SUB_INIT) in scx_sub_enable_workfn()1926 p->scx.flags |= SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()1943 if (!(p->scx.flags & SCX_TASK_SUB_INIT)) in scx_sub_enable_workfn()1967 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()2007 if (p->scx.flags & SCX_TASK_SUB_INIT) { in scx_sub_enable_workfn()2009 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()
4042 if (p->scx.flags & SCX_TASK_SUB_INIT) { in scx_disable_and_exit_task()4045 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_disable_and_exit_task()