Searched refs:mtx_unlock_spin (Results 101 - 125 of 145) sorted by relevance

123456

/freebsd-11-stable/sys/arm/ti/
H A Dti_sdma.c137 #define TI_SDMA_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx)
H A Dti_gpio.c165 #define TI_GPIO_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx)
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_gpio_v1.c117 #define MTK_GPIO_UNLOCK(sc) mtx_unlock_spin(&(sc)->mtx)
H A Dmtk_gpio_v2.c102 #define MTK_GPIO_UNLOCK(sc) mtx_unlock_spin(&(sc)->mtx)
/freebsd-11-stable/sys/kern/
H A Dkern_alq.c87 #define ALQ_UNLOCK(alq) mtx_unlock_spin(&(alq)->aq_mtx)
H A Dsubr_taskqueue.c99 mtx_unlock_spin(&(tq)->tq_mutex); \
H A Dkern_ntptime.c169 #define NTP_UNLOCK() mtx_unlock_spin(&ntp_lock)
H A Dsubr_intr.c323 mtx_unlock_spin(&parent->pic_child_lock);
893 mtx_unlock_spin(&parent_pic->pic_child_lock);
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h559 mtx_unlock_spin(&(sc)->video_mtx); \
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_dmar.h247 #define DMAR_FAULT_UNLOCK(dmar) mtx_unlock_spin(&(dmar)->fault_lock)
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvatpic.c54 #define VATPIC_UNLOCK(vatpic) mtx_unlock_spin(&((vatpic)->mtx))
/freebsd-11-stable/sys/dev/gpio/
H A Dbytgpio.c55 #define BYTGPIO_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx)
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h274 #define mtx_unlock_spin(x) mtx_unlock(x) macro
/freebsd-11-stable/sys/dev/xen/console/
H A Dxen_console.c214 mtx_unlock_spin(&cons->mtx);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c970 mtx_unlock_spin(&pcicfg_mtx);
1004 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1987 mtx_unlock_spin(&sc->sge.reg_lock);
2006 mtx_unlock_spin(&sc->sge.reg_lock);
2022 mtx_unlock_spin(&sc->sge.reg_lock);
2593 mtx_unlock_spin(&sc->sge.reg_lock);
2606 mtx_unlock_spin(&sc->sge.reg_lock);
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c1184 mtx_unlock_spin(&allpmaps_lock);
1341 mtx_unlock_spin(&allpmaps_lock);
1359 mtx_unlock_spin(&allpmaps_lock);
2253 mtx_unlock_spin(&allpmaps_lock);
2318 mtx_unlock_spin(&allpmaps_lock);
3399 mtx_unlock_spin(&allpmaps_lock);
H A Dgic.c956 mtx_unlock_spin(&sc->mutex);
1358 mtx_unlock_spin(&sc->mutex);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c103 mtx_unlock_spin(&sc->sge.reg_lock);
122 mtx_unlock_spin(&sc->sge.reg_lock);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2836.c184 #define BCM_LINTC_UNLOCK(sc) mtx_unlock_spin(&(sc)->bls_mtx)
/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3.c642 mtx_unlock_spin(&sc->gic_mtx);
/freebsd-11-stable/sys/dev/vt/
H A Dvt_buf.c49 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock)
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c773 mtx_unlock_spin(sc->sc_mtx);
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_gpio.c160 #define A10_GPIO_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx)
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h894 #define OS_RELEASE_SPINLOCK(_lock) mtx_unlock_spin(_lock)

Completed in 272 milliseconds

123456