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

/linux-master/fs/
H A Dfile.c105 static struct fdtable * alloc_fdtable(unsigned int nr) function
176 new_fdt = alloc_fdtable(nr);
189 * caller and alloc_fdtable(). Cheaper to catch it here...
354 new_fdt = alloc_fdtable(open_files - 1);

Completed in 120 milliseconds