Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c185 struct k_thread *mirqp = _current_cpu->metairq_preempted; in next_up() local
187 if (mirqp != NULL && (thread == NULL || !thread_is_metairq(thread))) { in next_up()
188 if (!z_is_thread_prevented_from_running(mirqp)) { in next_up()
189 thread = mirqp; in next_up()