Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c156 struct mtx pmc_processhash_mtx; /* spin mutex */ variable
2552 mtx_lock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2566 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2573 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2590 mtx_lock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
2592 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
5719 mtx_init(&pmc_processhash_mtx, "pmc-process-hash", "pmc-leaf", in pmc_initialize()
5844 mtx_destroy(&pmc_processhash_mtx); in pmc_cleanup()