Searched refs:bufhead (Results 1 – 3 of 3) sorted by relevance
83 #define MRU hashp->bufhead.next84 #define LRU hashp->bufhead.prev86 #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()
113 BUFHEAD bufhead; /* Header of buffer lru list */ member
1410 char *bufhead; local1420 bp = bufhead = buf;1428 bufhead = bp;1497 if (bp != bufhead)1520 if (copylev > 0 && SM_HAVE_ROOM && bp > bufhead)1558 bp = bufhead;1579 if (bp == &bufhead[1])1596 bufhead = bp;1637 bp = bufhead;1690 if (copylev > 0 && bp > bufhead)