Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h67 #define spin_lock_init(lock) do {LOS_SpinInit(lock);} while (0) macro
75 #define spin_lock_init(lock) \ macro