Searched refs:bufhead (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_buf.c87 #define MRU hashp->bufhead.next
88 #define LRU hashp->bufhead.prev
90 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead)
302 bfp = &(hashp->bufhead);
327 for (bp = LRU; bp != &hashp->bufhead;) {
H A Dhash.h114 BUFHEAD bufhead; /* Header of buffer lru list */ member in struct:htab
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c74 static TAILQ_HEAD(buflist, bufarea) bufhead; /* head of buffer cache list */
90 TAILQ_INIT(&bufhead);
191 TAILQ_INIT(&bufhead);
204 TAILQ_INSERT_HEAD(&bufhead, bp, b_list);
276 TAILQ_FOREACH(bp, &bufhead, b_list)
279 TAILQ_FOREACH_REVERSE(bp, &bufhead, buflist, b_list)
291 TAILQ_REMOVE(&bufhead, bp, b_list);
292 TAILQ_INSERT_HEAD(&bufhead, bp, b_list);
429 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufhead, buflist, b_list, nbp) {
430 TAILQ_REMOVE(&bufhead, b
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dheaders.c1349 char *bufhead; local
1358 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)
[all...]

Completed in 159 milliseconds