Lines Matching full:unlocked
804 * unlocked while sleeping but @condition testing is done while lock
807 * The lock is locked/unlocked using spin_lock()/spin_unlock()
808 * functions which must match the way they are locked/unlocked outside
831 * unlocked while sleeping but @condition testing is done while lock
834 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
835 * functions which must match the way they are locked/unlocked outside
858 * unlocked while sleeping but @condition testing is done while lock
861 * The lock is locked/unlocked using spin_lock()/spin_unlock()
862 * functions which must match the way they are locked/unlocked outside
889 * unlocked while sleeping but @condition testing is done while lock
892 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
893 * functions which must match the way they are locked/unlocked outside