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

  /src/sys/external/bsd/drm2/include/linux/
spinlock.h 103 spin_unlock_irqrestore(spinlock_t *spinlock, unsigned long __unused flags) function
233 spin_unlock_irqrestore(lock, *flagsp);
  /src/external/lgpl2/userspace-rcu/dist/tests/common/
api.h 70 #define spin_unlock_irqrestore(l, f) do { f = 0; spin_unlock(l); } while (0) macro
  /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 23 milliseconds