Home | History | Annotate | Download | only in dns

Lines Matching refs:lru

54 	struct cds_list_head *lru;
101 bc->lru = isc_mem_cget(mctx, bc->nloops, sizeof(bc->lru[0]));
103 CDS_INIT_LIST_HEAD(&bc->lru[i]);
128 isc_mem_cput(bc->mctx, bc->lru, bc->nloops, sizeof(bc->lru[0]));
238 bcentry_purge(struct cds_lfht *ht, struct cds_list_head *lru,
242 cds_list_for_each_entry_rcu(bad, lru, lru_head) {
260 struct cds_list_head *lru = &bc->lru[tid];
291 cds_list_add_tail_rcu(&bad->lru_head, lru);
293 bcentry_purge(ht, lru, now);
326 struct cds_list_head *lru = &bc->lru[tid];
327 bcentry_purge(ht, lru, now);