Searched refs:cur_fdt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Dfile.c146 struct fdtable *new_fdt, *cur_fdt; variable in typeref:struct:
165 cur_fdt = files_fdtable(files);
166 if (nr >= cur_fdt->max_fds) {
168 copy_fdtable(new_fdt, cur_fdt);
170 if (cur_fdt != &files->fdtab)
171 call_rcu(&cur_fdt->rcu, free_fdtable_rcu);

Completed in 42 milliseconds