Searched refs:ipi_mtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/sparc64/include/
H A Dsmp.h116 extern struct mtx ipi_mtx;
151 mtx_lock_spin(&ipi_mtx);
153 mtx_unlock_spin(&ipi_mtx);
163 mtx_lock_spin(&ipi_mtx);
165 mtx_unlock_spin(&ipi_mtx);
174 mtx_lock_spin(&ipi_mtx);
176 mtx_unlock_spin(&ipi_mtx);
190 mtx_lock_spin(&ipi_mtx);
207 mtx_lock_spin(&ipi_mtx);
224 mtx_lock_spin(&ipi_mtx);
[all...]
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dmp_machdep.c117 struct mtx ipi_mtx; variable in typeref:struct:mtx
266 mtx_init(&ipi_mtx, "ipi", NULL, MTX_SPIN);
581 mtx_assert(&ipi_mtx, MA_OWNED);
628 mtx_assert(&ipi_mtx, MA_OWNED);
669 mtx_assert(&ipi_mtx, MA_OWNED);
727 mtx_assert(&ipi_mtx, MA_OWNED);
769 mtx_assert(&ipi_mtx, MA_OWNED);

Completed in 94 milliseconds