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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c361 static int pmc_threadfreelist_max = PMC_THREADLIST_MAX; variable
363 &pmc_threadfreelist_max, 0,
2413 if (pmc_threadfreelist_entries > pmc_threadfreelist_max)
2432 delta = pmc_threadfreelist_entries - pmc_threadfreelist_max;

Completed in 120 milliseconds