HomeSort by: relevance | last modified time | path
    Searched refs:LRU (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/db/hash/
hash_buf.c 74 /* Unlink B from its place in the lru */
89 #define LRU hashp->bufhead.prev
92 #define LRU_INSERT(B) BUF_INSERT((B), LRU)
168 bp = LRU;
170 * If LRU buffer is pinned, the buffer pool is too small. We need to
305 if (!LRU)
307 for (bp = LRU; bp != &hashp->bufhead;) {
323 bp = LRU;

Completed in 14 milliseconds