Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c170 struct fdtable *new_fdt, *cur_fdt; in expand_fdtable() local
192 cur_fdt = files_fdtable(files); in expand_fdtable()
193 BUG_ON(nr < cur_fdt->max_fds); in expand_fdtable()
194 copy_fdtable(new_fdt, cur_fdt); in expand_fdtable()
196 if (cur_fdt != &files->fdtab) in expand_fdtable()
197 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()