LRU
bp = LRU;
if (!LRU)
for (bp = LRU; bp != &hashp->bufhead;) {
#define LRU_INSERT(B) BUF_INSERT((B), LRU)