Searched refs:RT_CONSTRAINT_NONE (Results 1 – 2 of 2) sorted by relevance
190 rqi->pri_constraint = RT_CONSTRAINT_NONE; in pset_rt_init()197 os_atomic_init(&rt_runq->constraint, RT_CONSTRAINT_NONE); in pset_rt_init()1207 uint32_t constraint = RT_CONSTRAINT_NONE; in check_rt_runq_consistency()1227 assert(iter_thread->realtime.constraint < RT_CONSTRAINT_NONE); in check_rt_runq_consistency()1240 assert(rt_runq->pri_constraint == RT_CONSTRAINT_NONE); in check_rt_runq_consistency()1401 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_dequeue()1464 uint32_t constraint = RT_CONSTRAINT_NONE; in rt_runq_remove()
295 #define RT_CONSTRAINT_NONE UINT32_MAX macro