Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/support/
Dspin.h27 #define spin_unlock(lock) mtx_unlock(lock) macro
/freebsd-9-stable/sys/ofed/include/linux/
Dspinlock.h46 #define spin_unlock(_l) mtx_unlock(&(_l)->m) macro