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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c168 static u_long pmc_ownerhashmask; variable
2348 hindex = PMC_HASH_PTR(p, pmc_ownerhashmask);
2670 hindex = PMC_HASH_PTR(p, pmc_ownerhashmask);
5696 &pmc_ownerhashmask);
5711 "targethash=%p mask=0x%lx", pmc_ownerhash, pmc_ownerhashmask,
5798 ph <= &pmc_ownerhash[pmc_ownerhashmask];
5844 hashdestroy(pmc_ownerhash, M_PMC, pmc_ownerhashmask);

Completed in 321 milliseconds