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
2343 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_alloc()
2348 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_alloc()
2366 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free()
2371 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free()
2387 mtx_lock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free_task()
2395 mtx_unlock_spin(&pmc_threadfreelist_mtx); in pmc_thread_descriptor_pool_free_task()
5734 mtx_init(&pmc_threadfreelist_mtx, "pmc-threadfreelist", "pmc-leaf", in pmc_initialize()
5838 mtx_destroy(&pmc_threadfreelist_mtx); in pmc_cleanup()