Lines Matching refs:entries
70 * CLEANERINCREMENT is how many entries are examined in one pass.
75 #define DNS_ACACHE_CLEANERINCREMENT 1000 /* Number of entries. */
161 int increment; /* Number of entries to
164 unsigned long ncleaned; /* Number of entries cleaned
204 ISC_LIST(dns_acacheentry_t) entries;
225 /* Data for Management of cache entries */
301 if (ISC_LIST_EMPTY(acache->entries) && acache->dbentries == 0) {
319 * Release the dependency of all entries, and detach them.
321 for (entry = ISC_LIST_HEAD(acache->entries);
334 ISC_LIST_UNLINK(acache->entries, entry, link);
660 head = ISC_LIST_HEAD(acache->entries);
696 ISC_LIST_UNLINK(acache->entries,
731 "%lu entries cleaned, mem inuse %lu",
863 ISC_LIST_UNLINK(acache->entries, entry, link);
880 entry = ISC_LIST_HEAD(acache->entries);
923 ISC_LOG_DEBUG(1), "acache cleaner: checked %d entries, "
1089 ISC_LIST_INIT(acache->entries);
1317 * Release corresponding cache entries: for each entry, release all
1332 ISC_LIST_UNLINK(acache->entries, entry, link);
1351 ISC_LIST_UNLINK(acache->entries, entry, link);
1401 * then we will not create additional entries.
1406 * cache entries, or create a few that we should not. I do not
1648 ISC_LIST_APPEND(acache->entries, entry, link);
1654 * The additional cache needs an implicit reference to entries in its