Searched refs:cur_fdt (Results 1 – 1 of 1) sorted by relevance
157 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable() local179 cur_fdt = files_fdtable(files); in expand_fdtable()180 BUG_ON(nr < cur_fdt->max_fds); in expand_fdtable()181 copy_fdtable(new_fdt, cur_fdt); in expand_fdtable()183 if (cur_fdt != &files->fdtab) in expand_fdtable()184 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()
Completed in 5 milliseconds