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

/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_buf.c88 #define LRU hashp->bufhead.prev macro
91 #define LRU_INSERT(B) BUF_INSERT((B), LRU)
166 bp = LRU;
172 bp = LRU;
188 * If LRU buffer is pinned, the buffer pool is too small. We need to
325 if (!LRU)
327 for (bp = LRU; bp != &hashp->bufhead;) {
343 bp = LRU;
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dcache.h66 struct LRUNode_t * Next; /* Next node in the LRU */
67 struct LRUNode_t * Prev; /* Previous node in the LRU */
72 LRUNode_t Head; /* Dummy node for the head of the LRU */
101 * pointer to the cache block and housekeeping information. The type of LRU
104 * NOTE: The LRU field must be the first field, so we can easily cast between
109 LRUNode_t LRU; /* LRU specific data, must be first! */ member in struct:Tag_t
134 * NOTE: The LRU field must be the first field, so we can easily cast between
139 LRU_t LRU; /* LRU replacemen member in struct:Cache_t
[all...]
H A Dcache.c92 * Initializes the LRU data structures.
99 * Shutdown the LRU.
110 * LRU, it is moved to the front. Otherwise, it is inserted at the front.
112 * NOTE: If the node is not in the LRU, we assume that its pointers are NULL.
123 * placeholder. This would be required for implementing 2Q-LRU
291 return (LRUInit (&cache->LRU));
313 /* Shutdown the LRU */
314 LRUDestroy (&cache->LRU);
395 LRUHit (&cache->LRU, (LRUNode_t *)tag, 0);
424 LRUHit (&cache->LRU, (LRUNode_
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.cpp650 LiveRegUnit &LRU = RegUnits[*Units];
651 LRU.MI = UseMI;
652 LRU.Op = DefOp;
812 LiveRegUnit &LRU = RegUnits[*Units];
814 if (LRU.Cycle <= Height && LRU.MI != MI) {
815 LRU.Cycle = Height;
816 LRU.MI = MI;
817 LRU.Op = ReadOps[i];
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.cpp191 CodeGenRegister::RegUnitList LRU = MergedRU; local
193 std::set_union(LRU.begin(), LRU.end(), RRU.begin(), RRU.end(),
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dncf.vim97 syn match ncfSetCommandsNum "\(Read Ahead LRU Sitting Time Threshold\)\s*="

Completed in 141 milliseconds