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

/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c148 struct mtx pmc_processhash_mtx; /* spin mutex */ variable in typeref:struct:mtx
582 * with their own private spin-mutexes, "pmc_processhash_mtx" and
2077 mtx_lock_spin(&pmc_processhash_mtx);
2092 mtx_unlock_spin(&pmc_processhash_mtx);
2111 mtx_lock_spin(&pmc_processhash_mtx);
2113 mtx_unlock_spin(&pmc_processhash_mtx);
4877 mtx_init(&pmc_processhash_mtx, "pmc-process-hash", "pmc-leaf",
4989 mtx_destroy(&pmc_processhash_mtx);

Completed in 161 milliseconds