Home
last modified time | relevance | path

Searched refs:LRU (Results 1 – 6 of 6) sorted by relevance

/trueos/lib/libc/db/hash/
HDhash_buf.c88 #define LRU hashp->bufhead.prev macro
91 #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()
/trueos/contrib/llvm/lib/CodeGen/
HDMachineTraceMetrics.cpp743 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local
744 LRU.MI = UseMI; in updatePhysDepsDownwards()
745 LRU.Op = DefOp; in updatePhysDepsDownwards()
916 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local
918 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()
/trueos/lib/libc/db/mpool/
HDmpool.libtp63 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 );
/trueos/contrib/llvm/utils/TableGen/
HDCodeGenRegisters.cpp198 CodeGenRegister::RegUnitList LRU = MergedRU; in mergeRegUnits() local
200 std::set_union(LRU.begin(), LRU.end(), RRU.begin(), RRU.end(), in mergeRegUnits()
/trueos/contrib/one-true-awk/
HDFIXES482 fixed caching bug in makedfa: LRU was actually removing
/trueos/contrib/unbound/doc/
HDChangelog4858 - special rrset_cache LRU updating function that uses the rrset id.
5113 - util/storage/lruhash.h for LRU hash table structure.