Home
last modified time | relevance | path

Searched refs:furthest_deadline (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/osfmk/kern/ !
H A Dsched_rt.c1107 uint64_t furthest_deadline = rt_deadline_add(minimum_deadline, rt_deadline_epsilon); in pset_choose_furthest_deadline_processor_for_realtime_thread() local
1128 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()