Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hwpmc/
H A Dhwpmc_mod.c157 struct mtx pmc_processhash_mtx; /* spin mutex */ variable
2551 mtx_lock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2565 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2572 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2589 mtx_lock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
2591 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
5613 mtx_init(&pmc_processhash_mtx, "pmc-process-hash", "pmc-leaf", in pmc_initialize()
5738 mtx_destroy(&pmc_processhash_mtx); in pmc_cleanup()