OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Apr 16 00:22:31 UTC 2026