Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Dspinlock.h57 #define spin_unlock(mtxp) mtx_leave(mtxp) macro
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.h112 #define spin_unlock(l) do { mtx_leave(l); } while (0) macro