Searched refs:smp_ipi_mtx (Results 1 – 5 of 5) sorted by relevance
134 struct mtx smp_ipi_mtx; variable161 mtx_init(&smp_ipi_mtx, "smp rendezvous", NULL, MTX_SPIN); in mp_start()266 mtx_lock_spin(&smp_ipi_mtx); in generic_stop_cpus()304 mtx_unlock_spin(&smp_ipi_mtx); in generic_stop_cpus()580 mtx_lock_spin(&smp_ipi_mtx); in smp_rendezvous_cpus()619 mtx_unlock_spin(&smp_ipi_mtx); in smp_rendezvous_cpus()
671 mtx_lock_spin(&smp_ipi_mtx); in shutdown_reset()
261 extern struct mtx smp_ipi_mtx;
532 mtx_lock_spin(&smp_ipi_mtx); in smp_targeted_tlb_shootdown()553 mtx_unlock_spin(&smp_ipi_mtx); in smp_targeted_tlb_shootdown()
1542 mtx_assert(&smp_ipi_mtx, MA_NOTOWNED); in cpususpend_handler()