Searched refs:__UNLOCK (Results 1 – 1 of 1) sorted by relevance
45 #define __UNLOCK(lock) \ macro53 do { local_irq_enable(); __UNLOCK(lock); } while (0)56 do { local_irq_restore(flags); __UNLOCK(lock); } while (0)76 #define _raw_spin_unlock(lock) __UNLOCK(lock)77 #define _raw_read_unlock(lock) __UNLOCK(lock)78 #define _raw_write_unlock(lock) __UNLOCK(lock)