Lines Matching full:handover
31 * - The 'req_prio' field is used by the handover approach to make the
33 * waiting for the friendly handover.
50 * 2) Friendly handover mechanism uses a request/grant handshake. It is used
257 * the handover acquire method.
317 * requested a handover
382 /* Handover success. This context now owns the console. */ in nbcon_context_try_acquire_requested()
387 * nbcon_context_try_acquire_handover - Try to acquire via handover
410 * console or the handover request.
419 * -EAGAIN: @cur has changed when creating the handover request.
432 * Check that the handover is called when the direct acquire failed in nbcon_context_try_acquire_handover()
438 /* Handover is not possible on the same CPU. */ in nbcon_context_try_acquire_handover()
454 * Setup a request for the handover. The caller should try to acquire in nbcon_context_try_acquire_handover()
484 /* Timed out or aborted. Carefully remove handover request. */ in nbcon_context_try_acquire_handover()
489 * the console or the handover request. in nbcon_context_try_acquire_handover()
494 /* Unset request for handover. */ in nbcon_context_try_acquire_handover()
500 * acquiring via handover. in nbcon_context_try_acquire_handover()
675 * for the friendly handover.
704 * proceed, even if there are waiters. It can perform a handover in nbcon_context_can_proceed()
744 * for a higher priority context which asked for the friendly handover.