Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_mod.c156 struct mtx pmc_processhash_mtx; /* spin mutex */ variable
2553 mtx_lock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2567 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2574 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2591 mtx_lock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
2593 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
5726 mtx_init(&pmc_processhash_mtx, "pmc-process-hash", "pmc-leaf", in pmc_initialize()
5851 mtx_destroy(&pmc_processhash_mtx); in pmc_cleanup()