Searched refs:cur_fdt (Results 1 – 1 of 1) sorted by relevance
169 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable() local191 cur_fdt = files_fdtable(files); in expand_fdtable()192 BUG_ON(nr < cur_fdt->max_fds); in expand_fdtable()193 copy_fdtable(new_fdt, cur_fdt); in expand_fdtable()195 if (cur_fdt != &files->fdtab) in expand_fdtable()196 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()