Searched refs:irqlock_word (Results 1 – 1 of 1) sorted by relevance
98 void __atomic_fault_unlock(int *irqlock_word) in __atomic_fault_unlock() argument100 BUG_ON(!is_atomic_lock(irqlock_word)); in __atomic_fault_unlock()101 BUG_ON(*irqlock_word != 1); in __atomic_fault_unlock()102 *irqlock_word = 0; in __atomic_fault_unlock()