__UNLOCK_IRQRESTORE   77 include/linux/spinlock_api_up.h #define _spin_unlock_irqrestore(lock, flags)	__UNLOCK_IRQRESTORE(lock, flags)
__UNLOCK_IRQRESTORE   78 include/linux/spinlock_api_up.h #define _read_unlock_irqrestore(lock, flags)	__UNLOCK_IRQRESTORE(lock, flags)
__UNLOCK_IRQRESTORE   79 include/linux/spinlock_api_up.h #define _write_unlock_irqrestore(lock, flags)	__UNLOCK_IRQRESTORE(lock, flags)