Lines Matching full:unlocked
792 * unlocked while sleeping but @condition testing is done while lock
795 * The lock is locked/unlocked using spin_lock()/spin_unlock()
796 * functions which must match the way they are locked/unlocked outside
819 * unlocked while sleeping but @condition testing is done while lock
822 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
823 * functions which must match the way they are locked/unlocked outside
846 * unlocked while sleeping but @condition testing is done while lock
849 * The lock is locked/unlocked using spin_lock()/spin_unlock()
850 * functions which must match the way they are locked/unlocked outside
877 * unlocked while sleeping but @condition testing is done while lock
880 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
881 * functions which must match the way they are locked/unlocked outside