Searched refs:__UNLOCK (Results 1 – 1 of 1) sorted by relevance
39 #define __UNLOCK(lock) \ macro46 do { local_irq_enable(); __UNLOCK(lock); } while (0)49 do { local_irq_restore(flags); __UNLOCK(lock); } while (0)68 #define _spin_unlock(lock) __UNLOCK(lock)69 #define _read_unlock(lock) __UNLOCK(lock)70 #define _write_unlock(lock) __UNLOCK(lock)