Searched refs:cur_fdt (Results 1 – 1 of 1) sorted by relevance
173 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable() local195 cur_fdt = files_fdtable(files); in expand_fdtable()196 BUG_ON(nr < cur_fdt->max_fds); in expand_fdtable()197 copy_fdtable(new_fdt, cur_fdt); in expand_fdtable()199 if (cur_fdt != &files->fdtab) in expand_fdtable()200 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()