Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h164 #define POLLHASH(x, y) ((y) % (x)) /* poll hash function */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1090 hashindex = POLLHASH(pcp->pc_hashsize, fd); in pcache_lookup_fd()
1128 hashindex = POLLHASH(pcp->pc_hashsize, fd); in pcache_insert_fd()