Lines Matching refs:nr_entries
230 * @nr_entries: Size of the storage array
236 unsigned int nr_entries,
246 if (unlikely(nr_entries == 0))
249 hash = hash_stack(entries, nr_entries);
258 nr_entries, hash);
286 found = find_stack(*bucket, entries, nr_entries, hash);
289 depot_alloc_stack(entries, nr_entries,
330 unsigned int nr_entries)
334 for (i = 0; i < nr_entries; i++) {
340 return nr_entries;