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

/linux-4.1.27/kernel/
H A Dsysctl.c110 extern int sysctl_nr_open_min, sysctl_nr_open_max;
1570 .extra2 = &sysctl_nr_open_max,
/linux-4.1.27/fs/
H A Dfile.c30 int sysctl_nr_open_max = __const_max(INT_MAX, ~(size_t)0/sizeof(void *)) & variable

Completed in 87 milliseconds