Searched refs:new_fdt (Results 1 – 1 of 1) sorted by relevance
152 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable() local155 new_fdt = alloc_fdtable(nr); in expand_fdtable()164 if (!new_fdt) in expand_fdtable()170 if (unlikely(new_fdt->max_fds <= nr)) { in expand_fdtable()171 __free_fdtable(new_fdt); in expand_fdtable()176 copy_fdtable(new_fdt, cur_fdt); in expand_fdtable()177 rcu_assign_pointer(files->fdt, new_fdt); in expand_fdtable()277 struct fdtable *old_fdt, *new_fdt; in dup_fd() local290 new_fdt = &newf->fdtab; in dup_fd()291 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()[all …]