Searched refs:NR_FILE (Results 1 – 4 of 4) sorted by relevance
17 struct files_stat_struct files_stat = {0, 0, NR_FILE};202 if (files_stat.max_files < NR_FILE) in files_init()203 files_stat.max_files = NR_FILE; in files_init()
36 int sysctl_tcp_max_tw_buckets = NR_FILE*2;
90 int sysctl_tcp_max_orphans = NR_FILE;
66 #define NR_FILE 8192 /* this can well be larger on a larger system */ macro