Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDspinlock.h136 #define spin_lock_init(lock) linux_spin_lock_init(lock, spin_lock_name("lnxspin")) macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.h139 #define spin_lock_init(lock) mtx_init(lock, "VCHI spinlock " # lock, NULL, MTX_DEF) macro