Home
last modified time | relevance | path

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

/xnu-8020.140.41/doc/
H A Dsched_clutch_edge.md26 … The bucket selection algorithm simply selects the root bucket with the earliest deadline in the p…
51 The root bucket selection logic finds the earliest deadline bucket and then checks if there are any…
/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c4033 bool earliest = false; in rt_runq_enqueue() local
4038 earliest = true; in rt_runq_enqueue()
4051 earliest = true; in rt_runq_enqueue()
4063 if (earliest && (deadline < os_atomic_load_wide(&rt_run_queue->earliest_deadline, relaxed))) { in rt_runq_enqueue()