Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_mod.c414 #define PMC_HASH_PTR(P,M) ((((unsigned long) (P) >> 2) * _PMC_HM) & (M)) macro
2306 hindex = PMC_HASH_PTR(p, pmc_ownerhashmask); in pmc_allocate_owner_descriptor()
2540 hindex = PMC_HASH_PTR(p, pmc_processhashmask); in pmc_find_process_descriptor()
2621 hindex = PMC_HASH_PTR(p, pmc_ownerhashmask); in pmc_find_owner_descriptor()