Searched refs:NR_FILE (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | file_table.c | 37 .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 D | file_table.c | 39 .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 D | fs.h | 26 * 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 D | fs.h | 26 * 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 D | minisocks.c | 25 .sysctl_max_tw_buckets = NR_FILE * 2,
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fs.h | 26 * 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 D | fs.h | 78 #define NR_FILE 8192 macro
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | minisocks.c | 26 .sysctl_max_tw_buckets = NR_FILE * 2,
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | fs.h | 26 * 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 D | fs.h | 78 #define NR_FILE 8192 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fs.h | 64 #define NR_FILE 8192 macro
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 87 int sysctl_tcp_max_orphans __read_mostly = NR_FILE;
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 84 int sysctl_tcp_max_orphans __read_mostly = NR_FILE;
|
Completed in 29 milliseconds