Searched refs:smp_ipi_mtx (Results 1 – 5 of 5) sorted by relevance
129 struct mtx smp_ipi_mtx; variable158 mtx_init(&smp_ipi_mtx, "smp rendezvous", NULL, MTX_SPIN); in mp_start()264 mtx_lock_spin(&smp_ipi_mtx); in generic_stop_cpus()302 mtx_unlock_spin(&smp_ipi_mtx); in generic_stop_cpus()578 mtx_lock_spin(&smp_ipi_mtx); in smp_rendezvous_cpus()617 mtx_unlock_spin(&smp_ipi_mtx); in smp_rendezvous_cpus()
709 * Acquiring smp_ipi_mtx here has a double effect: in shutdown_reset() 720 mtx_lock_spin(&smp_ipi_mtx); in shutdown_reset()
265 extern struct mtx smp_ipi_mtx;
582 mtx_lock_spin(&smp_ipi_mtx); in smp_targeted_tlb_shootdown()601 mtx_unlock_spin(&smp_ipi_mtx); in smp_targeted_tlb_shootdown()
1595 mtx_assert(&smp_ipi_mtx, MA_NOTOWNED); in cpususpend_handler()