PHLOCK
MUTEX_NOT_HELD(PHLOCK(pdp->pd_php)));
#define PH_ENTER(php) mutex_enter(PHLOCK(php))
#define PH_EXIT(php) mutex_exit(PHLOCK(php))