Lines Matching defs:entries
28 * of entries, then this should be the average number of entries per bucket.
60 * ...with a hard cap of 256k entries. In the worst case, each entry will be
279 * Remove and return no more than @max expired entries in bucket @b.
280 * If @max is zero, do not limit the number of removed entries.
295 * Don't free entries attached to calls that are still
318 * Returns the total number of entries in the duplicate reply cache. To
319 * keep things simple and quick, this is not the number of expired entries
337 * Free expired entries on each bucket's LRU list until we've released
341 * Returns the number of entries released by this call.
448 unsigned int entries = 0;
452 ++entries;
470 if (entries > nn->longest_chain) {
471 nn->longest_chain = entries;
473 } else if (entries == nn->longest_chain) {
604 * If we should start to use different types of cache entries tailored
688 seq_printf(m, "max entries: %u\n", nn->max_drc_entries);
689 seq_printf(m, "num entries: %u\n",