Searched refs:furthest_deadline (Results 1 – 1 of 1) sorted by relevance
1082 uint64_t furthest_deadline = rt_deadline_add(minimum_deadline, rt_deadline_epsilon); in pset_choose_furthest_deadline_processor_for_realtime_thread() local1103 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()1108 if (processor->deadline > furthest_deadline) { in pset_choose_furthest_deadline_processor_for_realtime_thread()1109 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()1132 if (include_ast_urgent_pending_cpus && (rt_runq_earliest_deadline(pset) > furthest_deadline)) { in pset_choose_furthest_deadline_processor_for_realtime_thread()1146 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()1151 if (processor->deadline > furthest_deadline) { in pset_choose_furthest_deadline_processor_for_realtime_thread()1152 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()