Lines Matching full:ownership
82 * b) Gives up console ownership by clearing the 'prio' field.
248 * acquire ownership in order to satisfy the assumptions of in nbcon_context_try_acquire_direct()
295 * directly takes ownership. in nbcon_waiter_matches()
296 * 3. The higher priority context releases the ownership. in nbcon_waiter_matches()
297 * 4. Another lower priority context takes the ownership. in nbcon_waiter_matches()
358 * The previous owner should have never released ownership in nbcon_context_try_acquire_requested()
679 * nbcon_context_can_proceed - Check whether ownership can proceed
684 * ownership was handed over or taken.
737 * It is not clear whether the waiter really took over ownership. The in nbcon_context_can_proceed()
739 * ownership is needed for it to proceed. If yes, it must reacquire in nbcon_context_can_proceed()
740 * ownership (possibly hostile) before carefully proceeding. in nbcon_context_can_proceed()
750 * nbcon_can_proceed - Check whether ownership can proceed
754 * ownership was handed over or taken.
793 * owns the console. Otherwise false if ownership was handed
852 * ownership was handed over or taken.
876 * ownership was handed over or taken.
896 * nbcon_reacquire_nobuf - Reacquire a console after losing ownership
900 * Since ownership can be lost at any time due to handover or takeover, a
903 * reacquire ownership in order to finalize or revert hardware changes.
905 * This function allows a printing context to reacquire ownership using the
906 * same priority as its previous ownership.
929 * ownership was handed over or taken.
957 * Handle it as if ownership was lost and try to continue. in nbcon_emit_next_record()
994 * has taken over ownership and is replaying the record. Prepend a in nbcon_emit_next_record()
1005 * value from the context that took over ownership. in nbcon_emit_next_record()
1032 * Ownership was lost and reacquired by the driver. Handle it in nbcon_emit_next_record()
1033 * as if ownership was lost. in nbcon_emit_next_record()
1040 * Ownership may have been lost but _not_ reacquired by the driver. in nbcon_emit_next_record()
1080 * context cannot be acquired, or the ownership has been lost.
1410 * context cannot be acquired, or the ownership has been lost.
1465 * -EPERM: Unable to acquire console ownership.
1467 * -EAGAIN: Another context took over ownership while printing.
1520 * This will stop flushing before @stop_seq if another context has ownership.
1537 * a driver that will deadlock trying to acquire console ownership. in nbcon_atomic_flush_pending_con()