Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h227 #define DRM_SPINUNLOCK_IRQRESTORE(u, irqflags) mtx_unlock(u) macro
249 #define DRM_SPINUNLOCK_IRQRESTORE(u, irqflags) mutex_exit(u) macro