Home
last modified time | relevance | path

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

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