Lines Matching defs:php
66 #define PHLOCKADDR(php) &plocks[(((uintptr_t)(php)) >> 8) & (NPHLOCKS - 1)] argument
67 #define PHLOCK(php) PHLOCKADDR(php).pp_lock argument
68 #define PH_ENTER(php) mutex_enter(PHLOCK(php)) argument
69 #define PH_EXIT(php) mutex_exit(PHLOCK(php)) argument
315 polllock(pollhead_t *php, kmutex_t *lp) in polllock()
774 pollwakeup(pollhead_t *php, short events_arg) in pollwakeup()
951 polldat_associate(polldat_t *pdp, pollhead_t *php) in polldat_associate()
976 pollhead_t *php; in polldat_disassociate() local
1909 pollhead_t *php; in pcache_poll() local
2651 pollhead_clean(pollhead_t *php) in pollhead_clean()
3060 pollhead_t *php; in plist_chkdupfd() local