Lines Matching full:unlocked
791 * unlocked while sleeping but @condition testing is done while lock
794 * The lock is locked/unlocked using spin_lock()/spin_unlock()
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_irq()/spin_unlock_irq()
822 * functions which must match the way they are locked/unlocked outside
845 * unlocked while sleeping but @condition testing is done while lock
848 * The lock is locked/unlocked using spin_lock()/spin_unlock()
849 * functions which must match the way they are locked/unlocked outside
876 * unlocked while sleeping but @condition testing is done while lock
879 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
880 * functions which must match the way they are locked/unlocked outside