Searched refs:slots_wanted (Results 1 – 1 of 1) sorted by relevance
162 static struct fdtable *alloc_fdtable(unsigned int slots_wanted) in alloc_fdtable() argument183 if (IS_ENABLED(CONFIG_32BIT) && slots_wanted < 256) in alloc_fdtable()186 nr = roundup_pow_of_two(slots_wanted); in alloc_fdtable()196 if (nr < slots_wanted) in alloc_fdtable()