Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_buf.c86 #define MRU hashp->bufhead.next
87 #define LRU hashp->bufhead.prev
89 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead)
298 bfp = &(hashp->bufhead); in __buf_init()
323 for (bp = LRU; bp != &hashp->bufhead;) { in __buf_free()
Dhash.h140 BUFHEAD bufhead; /* Header of buffer lru list */ member