Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libbind/dist/isc/
Deventlib.c815 evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd) { in evPollfdRealloc() argument
824 if (pollfd_chunk_size < 20) in evPollfdRealloc()
825 pollfd_chunk_size = 20; in evPollfdRealloc()
827 maxnfds = (1 + (fd/pollfd_chunk_size)) * pollfd_chunk_size; in evPollfdRealloc()
Deventlib_p.h267 extern int evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd);
/netbsd/src/lib/libc/isc/
Deventlib_p.h267 extern int evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd);