Searched refs:RT_DEADLINE_NONE (Results 1 – 3 of 3) sorted by relevance
273 #define RT_DEADLINE_NONE UINT64_MAX macro
176 uint64_t earliest_deadline = RT_DEADLINE_NONE; in check_rt_runq_consistency()196 assert(iter_thread->realtime.deadline < RT_DEADLINE_NONE); in check_rt_runq_consistency()209 assert(rt_runq->pri_earliest_deadline == RT_DEADLINE_NONE); in check_rt_runq_consistency()564 rqi->pri_earliest_deadline = RT_DEADLINE_NONE; in pset_rt_init()568 os_atomic_init(&pset->rt_runq.earliest_deadline, RT_DEADLINE_NONE); in pset_rt_init()2107 pset->stealable_rt_threads_earliest_deadline = RT_DEADLINE_NONE; in pset_update_rt_stealable_state()2547 processor->deadline = RT_DEADLINE_NONE; in thread_select()2667 processor->deadline = RT_DEADLINE_NONE; in thread_select()2761 processor->deadline = RT_DEADLINE_NONE; in thread_select()3223 active_processor->deadline = RT_DEADLINE_NONE; in pset_cancel_deferred_dispatch()[all …]
1043 if (thread->realtime.deadline == RT_DEADLINE_NONE) { in thread_recompute_priority()