Searched refs:mtx_unlock_spin (Results 76 - 100 of 145) sorted by relevance

123456

/freebsd-11-stable/sys/kern/
H A Dkern_fail.c329 mtx_unlock_spin(&mtx_garbage_list);
381 mtx_unlock_spin(&mtx_garbage_list);
611 mtx_unlock_spin(&fp_setting->feq_mtx);
H A Dkern_cons.c544 mtx_unlock_spin(&cnputs_mtx);
H A Dkern_synch.c256 mtx_unlock_spin(mtx);
H A Dkern_mutex.c367 ("mtx_unlock_spin() of destroyed mutex @ %s:%d", file, line));
369 ("mtx_unlock_spin() of sleep mutex %s @ %s:%d",
949 mtx_unlock_spin(lock);
971 mtx_unlock_spin(lock);
1157 /* Perform the non-mtx related part of mtx_unlock_spin(). */
H A Dkern_thread.c357 mtx_unlock_spin(&zombie_lock);
387 mtx_unlock_spin(&zombie_lock);
H A Dkern_clocksource.c83 mtx_unlock_spin(&(state)->et_hw_mtx); \
85 mtx_unlock_spin(&et_hw_mtx); \
H A Dsubr_smp.c286 mtx_unlock_spin(&smp_ipi_mtx);
569 mtx_unlock_spin(&smp_ipi_mtx);
H A Dkern_tc.c1314 mtx_unlock_spin(&tc_setclock_mtx);
1921 mtx_unlock_spin(&tc_setclock_mtx);
2019 mtx_unlock_spin(&tc_setclock_mtx);
/freebsd-11-stable/sys/dev/ntb/
H A Dntb_transport.c1030 mtx_unlock_spin(&qp->ntb_rx_q_lock);
1041 mtx_unlock_spin(&qp->ntb_rx_q_lock);
1535 mtx_unlock_spin(lock);
1551 mtx_unlock_spin(lock);
1572 mtx_unlock_spin(lock);
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c678 mtx_unlock_spin(&tlbivax_mutex);
904 mtx_unlock_spin(&tlbivax_mutex);
988 mtx_unlock_spin(&tlbivax_mutex);
1570 mtx_unlock_spin(&tlbivax_mutex);
1604 mtx_unlock_spin(&tlbivax_mutex);
1782 mtx_unlock_spin(&tlbivax_mutex);
2089 mtx_unlock_spin(&tlbivax_mutex);
2134 mtx_unlock_spin(&tlbivax_mutex);
2517 mtx_unlock_spin(&tlbivax_mutex);
2563 mtx_unlock_spin(
[all...]
/freebsd-11-stable/sys/sparc64/pci/
H A Dschizo.c856 mtx_unlock_spin(sc->sc_mtx);
904 mtx_unlock_spin(sc->sc_mtx);
1099 mtx_unlock_spin(&sc->sc_sync_mtx);
/freebsd-11-stable/sys/arm/arm/
H A Dpl310.c70 mtx_unlock_spin(&(sc)->sc_mtx); \
/freebsd-11-stable/sys/mips/nlm/
H A Dcms.c405 mtx_unlock_spin(&msgmap_lock);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dintr_machdep.c168 mtx_unlock_spin(&intrcnt_lock);
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c295 mtx_unlock_spin(&ap_boot_mtx);
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvioapic.c67 #define VIOAPIC_UNLOCK(vioapic) mtx_unlock_spin(&((vioapic)->mtx))
/freebsd-11-stable/sys/dev/gpio/
H A Dchvgpio.c79 #define CHVGPIO_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx)
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_piv.c844 mtx_unlock_spin(&pc->pc_mtx);
868 mtx_unlock_spin(&pc->pc_mtx);
1281 mtx_unlock_spin(&pc->pc_mtx);
1384 mtx_unlock_spin(&pc->pc_mtx);
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h230 mtx_unlock_spin(&(spinlock)); \
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c646 mtx_unlock_spin(&mtk_pci_mtx);
679 mtx_unlock_spin(&mtk_pci_mtx);
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c404 mtx_unlock_spin(&rt305x_pci_mtx);
436 mtx_unlock_spin(&rt305x_pci_mtx);
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c435 mtx_unlock_spin(&pcicfg_mtx);
470 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-11-stable/sys/compat/ndis/
H A Dkern_windrv.c1109 mtx_unlock_spin(&dt_lock);
1155 mtx_unlock_spin(&dt_lock);
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c952 mtx_unlock_spin(&ap_boot_mtx);
1521 mtx_unlock_spin(&smp_ipi_mtx);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSynch.c596 mtx_unlock_spin(&al->al_lock);

Completed in 225 milliseconds

123456