Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h69 #define spin_lock_init(lock) do {LOS_SpinInit(lock);} while (0) macro
77 #define spin_lock_init(lock) \ macro
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h61 #define spin_lock_init(x) macro