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

/linux-master/fs/
H A Dfile.c294 * unshare_fd() -> dup_fd() -> sane_fdtable_size() we can end
301 static unsigned int sane_fdtable_size(struct fdtable *fdt, unsigned int max_fds) function
343 open_files = sane_fdtable_size(old_fdt, max_fds);
374 open_files = sane_fdtable_size(old_fdt, max_fds);

Completed in 90 milliseconds