Home
last modified time | relevance | path

Searched defs:spin_lock_init (Results 1 – 3 of 3) 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.h51 #define spin_lock_init(x) macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dcompat.h237 #define spin_lock_init(lock) do {} while (0) macro