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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c159 struct mtx pmc_processhash_mtx; /* spin mutex */ variable in typeref:struct:mtx
672 * with their own private spin-mutexes, "pmc_processhash_mtx" and
2596 mtx_lock_spin(&pmc_processhash_mtx);
2610 mtx_unlock_spin(&pmc_processhash_mtx);
2618 mtx_unlock_spin(&pmc_processhash_mtx);
2637 mtx_lock_spin(&pmc_processhash_mtx);
2639 mtx_unlock_spin(&pmc_processhash_mtx);
5700 mtx_init(&pmc_processhash_mtx, "pmc-process-hash", "pmc-leaf",
5825 mtx_destroy(&pmc_processhash_mtx);

Completed in 112 milliseconds