Lines Matching full:unlocked
764 * unlocked while sleeping but @condition testing is done while lock
767 * The lock is locked/unlocked using spin_lock()/spin_unlock()
768 * functions which must match the way they are locked/unlocked outside
791 * unlocked while sleeping but @condition testing is done while lock
794 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
795 * functions which must match the way they are locked/unlocked outside
818 * unlocked while sleeping but @condition testing is done while lock
821 * The lock is locked/unlocked using spin_lock()/spin_unlock()
822 * functions which must match the way they are locked/unlocked outside
849 * unlocked while sleeping but @condition testing is done while lock
852 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
853 * functions which must match the way they are locked/unlocked outside