Searched refs:PMC_HASH_PTR (Results 1 – 1 of 1) sorted by relevance
414 #define PMC_HASH_PTR(P,M) ((((unsigned long) (P) >> 2) * _PMC_HM) & (M)) macro2306 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()