Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_buf.c87 #define LRU hashp->bufhead.prev macro
90 #define LRU_INSERT(B) BUF_INSERT((B), LRU)
176 bp = LRU; in newbuf()
321 if (!LRU) in __buf_free()
323 for (bp = LRU; bp != &hashp->bufhead;) { in __buf_free()
337 bp = LRU; in __buf_free()