Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dfile.c33 int sysctl_nr_open_max = 1024 * 1024; /* raised later */ variable
411 sysctl_nr_open_max = min((size_t)INT_MAX, ~(size_t)0/sizeof(void *)) & in files_defer_init()
/linux-3.4.99/kernel/
Dsysctl.c110 extern int sysctl_nr_open_min, sysctl_nr_open_max;
1416 .extra2 = &sysctl_nr_open_max,