Home
last modified time | relevance | path

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

/dports/net/tacacs/PROJECTS/misc/
H A Dio_sched.c62 #define ARRAYINC 128 macro
1909 io->nfds_max = MINIMUM(io->nfds_limit, ARRAYINC); in io_init()
1940 io->nfds_max = MINIMUM(io->nfds_limit, MAXIMUM(fd + 1, io->nfds_max + ARRAYINC)); in io_resize()