Lines Matching full:unlocked
774 * unlocked while sleeping but @condition testing is done while lock
777 * The lock is locked/unlocked using spin_lock()/spin_unlock()
778 * functions which must match the way they are locked/unlocked outside
801 * unlocked while sleeping but @condition testing is done while lock
804 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
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()/spin_unlock()
832 * functions which must match the way they are locked/unlocked outside
859 * unlocked while sleeping but @condition testing is done while lock
862 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq()
863 * functions which must match the way they are locked/unlocked outside