Lines Matching full:unlocked
800 * unlocked while sleeping but @condition testing is done while lock
803 * The lock is locked/unlocked using spin_lock()/spin_unlock()
804 * functions which must match the way they are locked/unlocked outside
827 * unlocked while sleeping but @condition testing is done while lock
830 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
831 * functions which must match the way they are locked/unlocked outside
854 * unlocked while sleeping but @condition testing is done while lock
857 * The lock is locked/unlocked using spin_lock()/spin_unlock()
858 * functions which must match the way they are locked/unlocked outside
885 * unlocked while sleeping but @condition testing is done while lock
888 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
889 * functions which must match the way they are locked/unlocked outside