Home
last modified time | relevance | path

Searched defs:spin_lock (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h70 #define spin_lock(lock) do {LOS_SpinLock(lock);} while (0) macro
82 #define spin_lock(lock) do {(void)(lock);LOS_TaskLock();} while (0) macro
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h62 #define spin_lock(x) macro