HomeSort by: relevance | last modified time | path
    Searched defs:max_open_files (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
cache.c 68 static unsigned max_open_files = 0; variable
70 /* Set max_open_files, if not already set, to 12.5% of the allowed open
75 if (max_open_files == 0)
83 max_open_files is set to rlim.rlim_cur / 8. For example, if
84 a parent process has set rlim.rlim_cur to 65536, then max_open_files
108 max_open_files = max < 10 ? 10 : max;
111 return max_open_files;
  /src/external/gpl3/binutils.old/dist/bfd/
cache.c 68 static unsigned max_open_files = 0; variable
70 /* Set max_open_files, if not already set, to 12.5% of the allowed open
75 if (max_open_files == 0)
83 max_open_files is set to rlim.rlim_cur / 8. For example, if
84 a parent process has set rlim.rlim_cur to 65536, then max_open_files
108 max_open_files = max < 10 ? 10 : max;
111 return max_open_files;
  /src/external/gpl3/gdb.old/dist/bfd/
cache.c 68 static unsigned max_open_files = 0; variable
70 /* Set max_open_files, if not already set, to 12.5% of the allowed open
75 if (max_open_files == 0)
83 max_open_files is set to rlim.rlim_cur / 8. For example, if
84 a parent process has set rlim.rlim_cur to 65536, then max_open_files
108 max_open_files = max < 10 ? 10 : max;
111 return max_open_files;
  /src/external/gpl3/gdb/dist/bfd/
cache.c 68 static unsigned max_open_files = 0; variable
70 /* Set max_open_files, if not already set, to 12.5% of the allowed open
75 if (max_open_files == 0)
83 max_open_files is set to rlim.rlim_cur / 8. For example, if
84 a parent process has set rlim.rlim_cur to 65536, then max_open_files
108 max_open_files = max < 10 ? 10 : max;
111 return max_open_files;

Completed in 62 milliseconds