Lines Matching full:unlocked
806 * unlocked while sleeping but @condition testing is done while lock
809 * The lock is locked/unlocked using spin_lock()/spin_unlock()
810 * functions which must match the way they are locked/unlocked outside
833 * unlocked while sleeping but @condition testing is done while lock
836 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
837 * functions which must match the way they are locked/unlocked outside
860 * unlocked while sleeping but @condition testing is done while lock
863 * The lock is locked/unlocked using spin_lock()/spin_unlock()
864 * functions which must match the way they are locked/unlocked outside
891 * unlocked while sleeping but @condition testing is done while lock
894 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
895 * functions which must match the way they are locked/unlocked outside