Home
last modified time | relevance | path

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

/kernel/
A Dtimeout.c40 static struct _timeout *first(void) in first() function
86 struct _timeout *to = first(); in next_timeout()
131 for (t = first(); t != NULL; t = next(t)) { in z_add_timeout()
144 if (to == first() && announce_remaining == 0) { in z_add_timeout()
164 bool is_first = (to == first()); in z_abort_timeout()
183 for (struct _timeout *t = first(); t != NULL; t = next(t)) { in timeout_rem()
250 for (t = first(); in sys_clock_announce()
252 t = first()) { in sys_clock_announce()
A DKconfig114 bool "Earliest-deadline-first scheduling"
116 This enables a simple "earliest deadline first" scheduling
443 known value (0xaa) before they are first used, so that the high

Completed in 6 milliseconds