Searched refs:RT_DEADLINE_NONE (Results 1 – 3 of 3) sorted by relevance
291 #define RT_DEADLINE_NONE UINT64_MAX macro
183 uint64_t earliest_deadline = RT_DEADLINE_NONE; in check_rt_runq_consistency()203 assert(iter_thread->realtime.deadline < RT_DEADLINE_NONE); in check_rt_runq_consistency()216 assert(rt_runq->pri_earliest_deadline == RT_DEADLINE_NONE); in check_rt_runq_consistency()778 rqi->pri_earliest_deadline = RT_DEADLINE_NONE; in pset_rt_init()782 os_atomic_init(&pset->rt_runq.earliest_deadline, RT_DEADLINE_NONE); in pset_rt_init()2460 pset->stealable_rt_threads_earliest_deadline = RT_DEADLINE_NONE; in pset_update_rt_stealable_state()2911 processor->deadline = RT_DEADLINE_NONE; in thread_select()3041 processor->deadline = RT_DEADLINE_NONE; in thread_select()3150 processor->deadline = RT_DEADLINE_NONE; in thread_select()3606 active_processor->deadline = RT_DEADLINE_NONE; in pset_cancel_deferred_dispatch()[all …]
1070 if (thread->realtime.deadline == RT_DEADLINE_NONE) { in thread_recompute_priority()