Searched refs:PHLOCK (Results 1 – 1 of 1) sorted by relevance
66 #define PHLOCK(php) PHLOCKADDR(php).pp_lock macro67 #define PH_ENTER(php) mutex_enter(PHLOCK(php))68 #define PH_EXIT(php) mutex_exit(PHLOCK(php))1981 MUTEX_NOT_HELD(PHLOCK(pdp->pd_php))); in pcache_poll()