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

/freebsd-10.0-release/sys/kern/
H A Dkern_pmc.c103 struct mtx pmc_softs_mtx; variable in typeref:struct:mtx
107 MTX_SYSINIT(pmc_soft_mtx, &pmc_softs_mtx, "pmc-softs", MTX_SPIN);
251 mtx_lock_spin(&pmc_softs_mtx);
262 mtx_unlock_spin(&pmc_softs_mtx);
278 mtx_unlock_spin(&pmc_softs_mtx);
287 mtx_lock_spin(&pmc_softs_mtx);
297 mtx_unlock_spin(&pmc_softs_mtx);
312 mtx_lock_spin(&pmc_softs_mtx);
316 mtx_unlock_spin(&pmc_softs_mtx);
325 mtx_unlock_spin(&pmc_softs_mtx);
[all...]

Completed in 59 milliseconds