Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c65 #define NPHLOCKS 64 /* Number of locks; must be power of 2 */ macro
66 #define PHLOCKADDR(php) &plocks[(((uintptr_t)(php)) >> 8) & (NPHLOCKS - 1)]
100 static struct pplock plocks[NPHLOCKS]; /* Hash array of pollhead locks */