Lines Matching refs: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
235 * Don't free entries attached to calls that are still
250 * Walk the LRU list and prune off entries that are older than RC_EXPIRE.
251 * Also prune the oldest ones when the total exceeds the max number of entries.
346 unsigned int entries = 0;
350 ++entries;
368 if (entries > nn->longest_chain) {
369 nn->longest_chain = entries;
371 } else if (entries == nn->longest_chain) {
497 * If we should start to use different types of cache entries tailored
589 seq_printf(m, "max entries: %u\n", nn->max_drc_entries);
590 seq_printf(m, "num entries: %u\n",