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
2549 mtx_lock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2563 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2570 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_find_process_descriptor()
2587 mtx_lock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
2589 mtx_unlock_spin(&pmc_processhash_mtx); in pmc_remove_process_descriptor()
5611 mtx_init(&pmc_processhash_mtx, "pmc-process-hash", "pmc-leaf", in pmc_initialize()
5736 mtx_destroy(&pmc_processhash_mtx); in pmc_cleanup()