Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpoll_impl.h130 #define POLLMAPCHUNK 2048 /* bitmap inc -- each for 2K of polled fd's */ macro
/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c1161 newsize = (fd + POLLMAPCHUNK) & ~(POLLMAPCHUNK - 1); in pcache_grow_map()
2709 if ((mapsize = POLLMAPCHUNK) <= nfds) { in pcache_create()
2710 mapsize = (nfds + POLLMAPCHUNK - 1) & ~(POLLMAPCHUNK - 1); in pcache_create()