HomeSort by relevance Sort by last modified time
    Searched full:safety_margin (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/libtest/
lib537.c 44 #define SAFETY_MARGIN (11)
263 /* soft limit minus SAFETY_MARGIN */
264 num_open.rlim_max = rl.rlim_cur - SAFETY_MARGIN;
350 num_open.rlim_max = num_open.rlim_cur - SAFETY_MARGIN;
399 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
409 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
lib518.c 41 #define SAFETY_MARGIN (16)
43 #define NUM_NEEDED (NUM_OPEN + SAFETY_MARGIN)
226 * try to open plus SAFETY_MARGIN to not exhaust the
396 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
406 num_open.rlim_cur = FD_SETSIZE - SAFETY_MARGIN;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-avr.c 2171 int safety_margin; local
    [all...]

Completed in 3122 milliseconds