Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_linux.h69 #define spin_unlock_irqrestore(u, flag) flag &= flag; mutex_exit(u) macro
72 #define spin_unlock_irqrestore(u, flag) mutex_exit(u) macro