Searched refs:NR_FILE (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/
H A Dfile_table.c38 .max_files = NR_FILE
534 files_stat.max_files = max_t(unsigned long, n, NR_FILE);
/linux-master/net/dccp/
H A Dminisocks.c26 .sysctl_max_tw_buckets = NR_FILE * 2,
/linux-master/include/uapi/linux/
H A Dfs.h26 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
128 #define NR_FILE 8192 /* this can well be larger on a larger system */ macro
/linux-master/tools/include/uapi/linux/
H A Dfs.h26 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
128 #define NR_FILE 8192 /* this can well be larger on a larger system */ macro
/linux-master/net/ipv4/
H A Dtcp_input.c84 int sysctl_tcp_max_orphans __read_mostly = NR_FILE;

Completed in 154 milliseconds