Searched refs:earliest (Results 1 – 2 of 2) sorted by relevance
26 … 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…
4033 bool earliest = false; in rt_runq_enqueue() local4038 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()