Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dspinlock_api_up.h48 #define __UNLOCK_BH(lock) \ macro
78 #define _raw_spin_unlock_bh(lock) __UNLOCK_BH(lock)
79 #define _raw_write_unlock_bh(lock) __UNLOCK_BH(lock)
80 #define _raw_read_unlock_bh(lock) __UNLOCK_BH(lock)