Searched refs:PHLOCKADDR (Results 1 – 1 of 1) sorted by relevance
66 #define PHLOCKADDR(php) &plocks[(((uintptr_t)(php)) >> 8) & (NPHLOCKS - 1)] macro67 #define PHLOCK(php) PHLOCKADDR(php).pp_lock