Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dfile_table.c37 .max_files = NR_FILE
401 files_stat.max_files = max_t(unsigned long, n, NR_FILE); in files_maxfiles_init()
/kernel/linux/linux-6.6/fs/
H A Dfile_table.c39 .max_files = NR_FILE
491 files_stat.max_files = max_t(unsigned long, n, NR_FILE); in files_maxfiles_init()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dfs.h26 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
110 #define NR_FILE 8192 /* this can well be larger on a larger system */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfs.h26 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
110 #define NR_FILE 8192 /* this can well be larger on a larger system */ macro
/kernel/linux/linux-5.10/net/dccp/
H A Dminisocks.c25 .sysctl_max_tw_buckets = NR_FILE * 2,
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfs.h26 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
110 #define NR_FILE 8192 /* this can well be larger on a larger system */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfs.h78 #define NR_FILE 8192 macro
/kernel/linux/linux-6.6/net/dccp/
H A Dminisocks.c26 .sysctl_max_tw_buckets = NR_FILE * 2,
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dfs.h26 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
110 #define NR_FILE 8192 /* this can well be larger on a larger system */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfs.h78 #define NR_FILE 8192 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfs.h64 #define NR_FILE 8192 macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c87 int sysctl_tcp_max_orphans __read_mostly = NR_FILE;
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c84 int sysctl_tcp_max_orphans __read_mostly = NR_FILE;

Completed in 40 milliseconds