Searched refs:furthest_deadline (Results 1 – 1 of 1) sorted by relevance
1107 uint64_t furthest_deadline = rt_deadline_add(minimum_deadline, rt_deadline_epsilon); in pset_choose_furthest_deadline_processor_for_realtime_thread() local1128 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()1133 if (processor->deadline > furthest_deadline) { in pset_choose_furthest_deadline_processor_for_realtime_thread()1134 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()1157 if (include_ast_urgent_pending_cpus && (rt_runq_earliest_deadline(pset) > furthest_deadline)) { in pset_choose_furthest_deadline_processor_for_realtime_thread()1171 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()1176 if (processor->deadline > furthest_deadline) { in pset_choose_furthest_deadline_processor_for_realtime_thread()1177 furthest_deadline = processor->deadline; in pset_choose_furthest_deadline_processor_for_realtime_thread()