Lines Matching full:unlocked
801 * unlocked while sleeping but @condition testing is done while lock
804 * The lock is locked/unlocked using spin_lock()/spin_unlock()
805 * functions which must match the way they are locked/unlocked outside
828 * unlocked while sleeping but @condition testing is done while lock
831 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
832 * functions which must match the way they are locked/unlocked outside
855 * unlocked while sleeping but @condition testing is done while lock
858 * The lock is locked/unlocked using spin_lock()/spin_unlock()
859 * functions which must match the way they are locked/unlocked outside
886 * unlocked while sleeping but @condition testing is done while lock
889 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
890 * functions which must match the way they are locked/unlocked outside