Home
last modified time | relevance | path

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

/dports/sysutils/nut-devel/nut-9e6a5ab2/tools/nut-scanner/
H A Dnut-scanner.c53 # define RESERVE_FD_COUNT 3 macro
362 && nofile_limit.rlim_cur > RESERVE_FD_COUNT in main()
363 && (uintmax_t)max_threads > (uintmax_t)(nofile_limit.rlim_cur - RESERVE_FD_COUNT) in main()
367 if (max_threads > (RESERVE_FD_COUNT + 1)) { in main()
368 max_threads -= RESERVE_FD_COUNT; in main()
548 && nofile_limit.rlim_cur > RESERVE_FD_COUNT in main()
550 && (uintmax_t)val > (uintmax_t)(nofile_limit.rlim_cur - RESERVE_FD_COUNT) in main()
560 if (max_threads > (RESERVE_FD_COUNT + 1)) { in main()
561 max_threads -= RESERVE_FD_COUNT; in main()