Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_pmc.c121 struct mtx pmc_softs_mtx; variable
122 MTX_SYSINIT(pmc_soft_mtx, &pmc_softs_mtx, "pmc-softs", MTX_SPIN);
257 mtx_lock_spin(&pmc_softs_mtx); in pmc_soft_ev_register()
268 mtx_unlock_spin(&pmc_softs_mtx); in pmc_soft_ev_register()
284 mtx_unlock_spin(&pmc_softs_mtx); in pmc_soft_ev_register()
293 mtx_lock_spin(&pmc_softs_mtx); in pmc_soft_ev_deregister()
303 mtx_unlock_spin(&pmc_softs_mtx); in pmc_soft_ev_deregister()
318 mtx_lock_spin(&pmc_softs_mtx); in pmc_soft_ev_acquire()
322 mtx_unlock_spin(&pmc_softs_mtx); in pmc_soft_ev_acquire()
331 mtx_unlock_spin(&pmc_softs_mtx); in pmc_soft_ev_release()