Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile.c157 static struct fdtable *alloc_fdtable(unsigned int slots_wanted) in alloc_fdtable() argument
178 if (IS_ENABLED(CONFIG_32BIT) && slots_wanted < 256) in alloc_fdtable()
181 nr = roundup_pow_of_two(slots_wanted); in alloc_fdtable()
191 if (nr < slots_wanted) in alloc_fdtable()