Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Dspinlock.h55 #define spin_lock(mtxp) mtx_enter(mtxp) macro
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.h111 #define spin_lock(l) do { mtx_enter(l); } while (0) macro