Searched refs:LRU (Results 1 – 6 of 6) sorted by relevance
88 #define LRU hashp->bufhead.prev macro91 #define LRU_INSERT(B) BUF_INSERT((B), LRU)166 bp = LRU; in newbuf()172 bp = LRU; in newbuf()325 if (!LRU) in __buf_free()327 for (bp = LRU; bp != &hashp->bufhead;) { in __buf_free()343 bp = LRU; in __buf_free()
743 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local744 LRU.MI = UseMI; in updatePhysDepsDownwards()745 LRU.Op = DefOp; in updatePhysDepsDownwards()916 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local918 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards()919 LRU.Cycle = Height; in updatePhysDepsUpwards()920 LRU.MI = MI; in updatePhysDepsUpwards()921 LRU.Op = ReadOps[i]; in updatePhysDepsUpwards()
63 static int *buf_lru; /* LRU is the free list */181 We need an empty buffer. Find the LRU unpinned NON-Dirty page.721 printf ( "LRU + %d\n", *buf_lru );
198 CodeGenRegister::RegUnitList LRU = MergedRU; in mergeRegUnits() local200 std::set_union(LRU.begin(), LRU.end(), RRU.begin(), RRU.end(), in mergeRegUnits()
482 fixed caching bug in makedfa: LRU was actually removing
4858 - special rrset_cache LRU updating function that uses the rrset id.5113 - util/storage/lruhash.h for LRU hash table structure.