Searched refs:new_fdt (Results 1 – 1 of 1) sorted by relevance
169 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable() local172 new_fdt = alloc_fdtable(nr); in expand_fdtable()181 if (!new_fdt) in expand_fdtable()187 if (unlikely(new_fdt->max_fds <= nr)) { in expand_fdtable()188 __free_fdtable(new_fdt); in expand_fdtable()193 copy_fdtable(new_fdt, cur_fdt); in expand_fdtable()194 rcu_assign_pointer(files->fdt, new_fdt); in expand_fdtable()317 struct fdtable *old_fdt, *new_fdt; in dup_fd() local330 new_fdt = &newf->fdtab; in dup_fd()331 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()[all …]