Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c67 #define PHLOCK(php) PHLOCKADDR(php).pp_lock macro
68 #define PH_ENTER(php) mutex_enter(PHLOCK(php))
69 #define PH_EXIT(php) mutex_exit(PHLOCK(php))
2015 MUTEX_NOT_HELD(PHLOCK(pdp->pd_php))); in pcache_poll()