Searched refs:FD_CHUNK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ntp/include/
H A Dlibntp.h12 #define GETDTABLESIZE() (FOPEN_MAX + FD_CHUNK)
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dsocket.c37 * max(0, min(GETDTABLESIZE() - FD_CHUNK, FOPEN_MAX))
41 * to min(0, socket_fd_boundary - FD_CHUNK)
59 #ifndef FD_CHUNK
60 #define FD_CHUNK 10 macro
88 socket_boundary = max(0, min(GETDTABLESIZE() - FD_CHUNK,
113 socket_boundary = max(0, socket_boundary - FD_CHUNK);

Completed in 101 milliseconds