Home
last modified time | relevance | path

Searched refs:__UNLOCK (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
Dspinlock_api_up.h39 #define __UNLOCK(lock) \ macro
46 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)