Searched refs:mirqp (Results 1 – 1 of 1) sorted by relevance
185 struct k_thread *mirqp = _current_cpu->metairq_preempted; in next_up() local187 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()