Searched refs:rrcache_tail (Results 1 – 2 of 2) sorted by relevance
4675 if ((*cp)->rrcache_tail != &(*cp)->members) in ReleaseCacheGroup()4852 …if (cg->rrcache_tail != rp) verbosedebugf("CheckCacheExpiration: Updating CacheGroup tail from %p … in CheckCacheExpiration()4853 cg->rrcache_tail = rp; in CheckCacheExpiration()5256 if ((*cp)->rrcache_tail != rp) in GetCacheEntity()5257 …edebugf("GetFreeCacheRR: Updating rrcache_tail[%lu] from %p to %p", slot, (*cp)->rrcache_tail, rp); in GetCacheEntity()5258 (*cp)->rrcache_tail = rp; in GetCacheEntity()5310 cg->rrcache_tail = &cg->members; in GetCacheGroup()8328 *(cg->rrcache_tail) = rr; // Append this record to tail of cache slot list in CreateNewCacheEntry()8329 cg->rrcache_tail = &(rr->next); // Advance tail pointer in CreateNewCacheEntry()8355 if (cg->rrcache_tail != &cr->next) // If not already at the tail in RefreshCacheRecordCacheGroupOrder()[all …]
1578 CacheRecord **rrcache_tail; member1587 CacheRecord **rrcache_tail; // Tail end of that list member