Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c176 static struct mtx pmc_threadfreelist_mtx; /* spin mutex */ variable
2341 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_alloc()
2346 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_alloc()
2364 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free()
2369 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free()
2385 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free_task()
2393 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free_task()
5627 mtx_init(&pmc_threadfreelist_mtx, "pmc-threadfreelist", "pmc-leaf", in pmc_initialize()
5731 mtx_destroy(&pmc_threadfreelist_mtx); in pmc_cleanup()