Searched refs:SCX_TASK_RESET_RUNNABLE_AT (Results 1 – 4 of 4) sorted by relevance
27 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_RESET_RUNNABLE_AT); \
65 #define SCX_TASK_RESET_RUNNABLE_AT __SCX_TASK_RESET_RUNNABLE_AT macro
100 SCX_TASK_RESET_RUNNABLE_AT = 1 << 2, /* runnable_at should be reset */ enumerator
733 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in scx_set_task_state()2004 if (p->scx.flags & SCX_TASK_RESET_RUNNABLE_AT) { in set_task_runnable()2006 p->scx.flags &= ~SCX_TASK_RESET_RUNNABLE_AT; in set_task_runnable()2020 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in clr_task_runnable()