Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpoll_impl.h124 #define POLLHASHTHRESHOLD 2 /* poll hash list length threshold */ macro
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c1082 if ((pcp->pc_fdcount > pcp->pc_hashsize * POLLHASHTHRESHOLD) || in pcache_insert_fd()
1083 (nfds > pcp->pc_hashsize * POLLHASHTHRESHOLD)) { in pcache_insert_fd()