Home
last modified time | relevance | path

Searched refs:NR_OPEN_DEFAULT (Results 1 - 12 of 12) sorted by relevance

/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.c40 static struct File g_files[NR_OPEN_DEFAULT];
62 for (i = 0; i < NR_OPEN_DEFAULT; i++) { in VfsFileGet()
H A Dvfs_config.h62 #define NR_OPEN_DEFAULT (CONFIG_NFILE_DESCRIPTORS - MIN_START_FD) macro
H A Dvfs_mount.c351 for (int fd = 0; fd < NR_OPEN_DEFAULT; fd++) { in CloseFdsInMp()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.c25 static struct TagFile g_files[NR_OPEN_DEFAULT];
46 for (S32 i = 0; i < NR_OPEN_DEFAULT; i++) { in OsVfsGetFile()
H A Dvfs_config.h33 #define NR_OPEN_DEFAULT CONFIG_NFILE_DESCRIPTORS macro
H A Dvfs_mount.c250 for (S32 fd = 0; fd < NR_OPEN_DEFAULT; fd++) { in OsCloseFdsInMp()
/kernel/liteos_a/compat/posix/src/
H A Dmisc.c192 #ifndef NR_OPEN_DEFAULT
193 #define NR_OPEN_DEFAULT 1024 macro
206 if (rlim->rlim_max > NR_OPEN_DEFAULT) { in setrlimit()
/kernel/linux/linux-5.10/include/linux/
H A Dfdtable.h24 #define NR_OPEN_DEFAULT BITS_PER_LONG macro
67 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
/kernel/linux/linux-6.6/include/linux/
H A Dfdtable.h24 #define NR_OPEN_DEFAULT BITS_PER_LONG macro
67 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
/kernel/liteos_a/fs/include/
H A Dvfs_config.h119 #define NR_OPEN_DEFAULT CONFIG_NFILE_DESCRIPTORS macro
/kernel/linux/linux-5.10/fs/
H A Dfile.c306 if (max_fds < NR_OPEN_DEFAULT) in sane_fdtable_size()
307 max_fds = NR_OPEN_DEFAULT; in sane_fdtable_size()
335 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()
497 .max_fds = NR_OPEN_DEFAULT,
/kernel/linux/linux-6.6/fs/
H A Dfile.c306 if (max_fds < NR_OPEN_DEFAULT) in sane_fdtable_size()
307 max_fds = NR_OPEN_DEFAULT; in sane_fdtable_size()
335 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()
472 .max_fds = NR_OPEN_DEFAULT,

Completed in 6 milliseconds