Searched refs:cur_fdt (Results 1 – 1 of 1) sorted by relevance
156 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable() local178 cur_fdt = files_fdtable(files); in expand_fdtable()179 BUG_ON(nr < cur_fdt->max_fds); in expand_fdtable()180 copy_fdtable(new_fdt, cur_fdt); in expand_fdtable()182 if (cur_fdt != &files->fdtab) in expand_fdtable()183 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()