Searched refs:SCX_TASK_RESET_RUNNABLE_AT (Results 1 – 4 of 4) sorted by relevance
74 SCX_TASK_RESET_RUNNABLE_AT = 1 << 2, /* runnable_at should be reset */ enumerator
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
2255 if (p->scx.flags & SCX_TASK_RESET_RUNNABLE_AT) { in set_task_runnable()2257 p->scx.flags &= ~SCX_TASK_RESET_RUNNABLE_AT; in set_task_runnable()2271 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in clr_task_runnable()3698 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in scx_ops_init_task()