Home
last modified time | relevance | path

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

/kernel/
A Dpriority_queues.c15 int32_t cmp; in z_priq_rb_lessthan() local
20 cmp = z_sched_prio_cmp(thread_a, thread_b); in z_priq_rb_lessthan()
22 if (cmp > 0) { in z_priq_rb_lessthan()
24 } else if (cmp < 0) { in z_priq_rb_lessthan()
A Dsched.c227 int32_t cmp = z_sched_prio_cmp(_current, thread); in next_up() local
230 if ((cmp > 0) || ((cmp == 0) && !_current_cpu->swap_ok)) { in next_up()

Completed in 6 milliseconds