Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_rapl.c62 int rc_nalloc; /* allocated RAPL PMCs on this CPU */ member
204 if (rapl_pcpu[cpu]->rc_nalloc++ == 0) in rapl_allocate_pmc()
324 KASSERT(rapl_pcpu[cpu]->rc_nalloc == 0, in rapl_pcpu_fini()
326 rapl_pcpu[cpu]->rc_nalloc, cpu)); in rapl_pcpu_fini()
382 KASSERT(rapl_pcpu[cpu]->rc_nalloc > 0 && rapl_nalloc > 0, in rapl_release_pmc()
384 if (--rapl_pcpu[cpu]->rc_nalloc == 0) in rapl_release_pmc()