Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c66 #define PHLOCKADDR(php) &plocks[(((uintptr_t)(php)) >> 8) & (NPHLOCKS - 1)]
103 static struct pplock plocks[NPHLOCKS]; /* Hash array of pollhead locks */ variable