Searched refs:max_fds (Results 1 – 12 of 12) sorted by relevance
50 #define fdt_words(fdt) ((fdt)->max_fds / BITS_PER_LONG) // words in ->open_fds77 BUG_ON(nfdt->max_fds < ofdt->max_fds); in copy_fdtable()79 cpy = ofdt->max_fds * sizeof(struct file *); in copy_fdtable()80 set = (nfdt->max_fds - ofdt->max_fds) * sizeof(struct file *); in copy_fdtable()132 fdt->max_fds = nr; in alloc_fdtable()188 if (unlikely(new_fdt->max_fds <= nr)) { in expand_fdtable()193 BUG_ON(nr < cur_fdt->max_fds); in expand_fdtable()222 if (nr < fdt->max_fds) in expand_files()282 unsigned int last = find_last_bit(fdt->open_fds, fdt->max_fds); in sane_fdtable_size()284 if (last == fdt->max_fds) in sane_fdtable_size()[all …]
630 int ret, max_fds; in core_sys_select() local643 max_fds = fdt->max_fds; in core_sys_select()645 if (n > max_fds) in core_sys_select()646 n = max_fds; in core_sys_select()1200 int size, max_fds, ret = -EINVAL; in compat_core_sys_select() local1210 max_fds = fdt->max_fds; in compat_core_sys_select()1212 if (n > max_fds) in compat_core_sys_select()1213 n = max_fds; in compat_core_sys_select()
27 unsigned int max_fds; member86 if (fd < fdt->max_fds) { in files_lookup_fd_raw()87 fd = array_index_nospec(fd, fdt->max_fds); in files_lookup_fd_raw()
119 const size_t max_fds = G_N_ELEMENTS(vmsg->fds); in vu_message_read() local157 if (vmsg->fd_num + nfds > max_fds) { in vu_message_read()160 max_fds, vmsg->fd_num + nfds); in vu_message_read()
20 size_t cmsg_space = CMSG_SPACE(sizeof(int) * max_fds);
26 max_fds = fd;
157 unsigned int max_fds = 0; in task_state() local175 max_fds = files_fdtable(p->files)->max_fds; in task_state()197 seq_put_decimal_ull(m, "\nFDSize:\t", max_fds); in task_state()
303 *count = bitmap_weight(fdt->open_fds, fdt->max_fds); in proc_readfd_count()
35 # max_fds 8192
234 if (close->fd >= fdt->max_fds) { in io_close()
48 if (n <= fdt->max_fds)