Searched defs:max_fds (Results 1 – 12 of 12) sorted by relevance
| /kernel/liteos_a/fs/include/fs/ |
| D | fd_table.h | 46 unsigned int max_fds; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fdtable.h | 28 unsigned int max_fds; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | fdtable.h | 28 unsigned int max_fds; member
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | task_iter.c | 142 u32 curr_tid = info->tid, max_fds; in task_file_seq_get_next() local
|
| /kernel/linux/linux-6.6/fs/ |
| D | file.c | 301 static unsigned int sane_fdtable_size(struct fdtable *fdt, unsigned int max_fds) in sane_fdtable_size() 316 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd()
|
| D | select.c | 630 int ret, max_fds; in core_sys_select() local 1200 int size, max_fds, ret = -EINVAL; in compat_core_sys_select() local
|
| /kernel/linux/linux-5.10/fs/ |
| D | file.c | 301 static unsigned int sane_fdtable_size(struct fdtable *fdt, unsigned int max_fds) in sane_fdtable_size() 316 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd()
|
| D | select.c | 629 int ret, max_fds; in core_sys_select() local 1199 int size, max_fds, ret = -EINVAL; in compat_core_sys_select() local
|
| /kernel/linux/linux-5.10/fs/proc/ |
| D | array.c | 160 unsigned int max_fds = 0; in task_state() local
|
| /kernel/linux/linux-6.6/fs/proc/ |
| D | array.c | 157 unsigned int max_fds = 0; in task_state() local
|
| /kernel/linux/linux-5.10/kernel/ |
| D | fork.c | 2954 int unshare_fd(unsigned long unshare_flags, unsigned int max_fds, in unshare_fd()
|
| /kernel/linux/linux-6.6/kernel/ |
| D | fork.c | 3366 int unshare_fd(unsigned long unshare_flags, unsigned int max_fds, in unshare_fd()
|