Searched refs:slots_wanted (Results 1 – 1 of 1) sorted by relevance
157 static struct fdtable *alloc_fdtable(unsigned int slots_wanted) in alloc_fdtable() argument178 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()