Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_rt.c1275 bool earliest = false; in rt_runq_enqueue() local
1280 earliest = true; in rt_runq_enqueue()
1293 earliest = true; in rt_runq_enqueue()
1305 if (earliest && (deadline < os_atomic_load_wide(&rt_run_queue->earliest_deadline, relaxed))) { in rt_runq_enqueue()
/xnu-12377.61.12/doc/scheduler/
H A Dsched_clutch_edge.md28 … The bucket selection algorithm simply selects the root bucket with the earliest deadline in the p…
53 The root bucket selection logic finds the earliest deadline bucket and then checks if there are any…