Searched refs:bufhead (Results 1 – 3 of 3) sorted by relevance
89 #define MRU hashp->bufhead.next90 #define LRU hashp->bufhead.prev92 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead)304 bfp = &(hashp->bufhead); in __buf_init()329 for (bp = LRU; bp != &hashp->bufhead;) { in __buf_free()
116 BUFHEAD bufhead; /* Header of buffer lru list */ member
1349 char *bufhead; local1358 bp = bufhead = buf;1366 bufhead = bp;1435 if (bp != bufhead)1458 if (copylev > 0 && SM_HAVE_ROOM && bp > bufhead)1496 bp = bufhead;1517 if (bp == &bufhead[1])1534 bufhead = bp;1575 bp = bufhead;1628 if (copylev > 0 && bp > bufhead)