Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_rapl.c74 static int rapl_nalloc; variable
173 if (rapl_nalloc > 0) in rapl_guard_tick()
206 if (rapl_nalloc++ == 0) in rapl_allocate_pmc()
382 KASSERT(rapl_pcpu[cpu]->rc_nalloc > 0 && rapl_nalloc > 0, in rapl_release_pmc()
386 last = (--rapl_nalloc == 0); in rapl_release_pmc()
558 rapl_nalloc = 0; in pmc_rapl_initialize()
602 KASSERT(rapl_nalloc == 0, ("[rapl,%d] %d PMCs still allocated", in pmc_rapl_finalize()
603 __LINE__, rapl_nalloc)); in pmc_rapl_finalize()