Home
last modified time | relevance | path

Searched defs:spin_unlock (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h71 #define spin_unlock(lock) do {LOS_SpinUnlock(lock);} while (0) macro
83 #define spin_unlock(lock) do {(void)(lock);LOS_TaskUnlock();} while (0) macro
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h53 #define spin_unlock(x) macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dcompat.h239 #define spin_unlock(lock) do {} while (0) macro