HomeSort by: relevance | last modified time | path
    Searched defs:spin_unlock_irqrestore (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
spinlock.h 103 spin_unlock_irqrestore(spinlock_t *spinlock, unsigned long __unused flags) function in typeref:typename:void
233 spin_unlock_irqrestore(lock, *flagsp);
  /src/sys/external/bsd/dwc2/
dwc2.h 130 #define spin_unlock_irqrestore(l, f) \ macro
  /src/sys/dev/pci/
xmm7360.c 156 #define spin_unlock_irqrestore(lock, flags) mtx_leave(lock) macro
224 #define spin_unlock_irqrestore(lock, flags) mutex_exit(lock) macro
1203 spin_unlock_irqrestore(&xn->lock, flags);
1338 spin_unlock_irqrestore(&xn->lock, flags);
1382 spin_unlock_irqrestore(&xn->lock, flags);
1403 spin_unlock_irqrestore(&xn->lock, flags);
1412 spin_unlock_irqrestore(&xn->lock, flags);

Completed in 13 milliseconds