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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c70 static kmutex_t bfree_lock; /* protects the bfreelist structure */
188 * The bfreelist.b_bcount field is computed everytime fsflush runs. It is
267 if (rablkno && bfreelist.b_bcount > 1 &&
395 /* Use bfreelist.b_bcount as a weird-ass heuristic */
396 if (bfreelist.b_bcount > 4)
497 if (bfreelist.b_flags & B_WANTED) {
502 if (bfreelist.b_flags & B_WANTED) {
503 bfreelist.b_flags &= ~B_WANTED;
666 bfreelist.b_bufsize += nbp->b_bufsize;
1187 bfreelist
[all...]
H A Dspace.c64 struct buf bfreelist; /* Head of the free list of buffers */ variable in typeref:struct:buf
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h71 * bfree_lock; protects the bfreelist structure
78 * a "freelist" (bhdrlist or bfreelist avail lists).
345 extern struct buf bfreelist; /* head of available list */
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c451 bfreelist.b_bcount = bcount;

Completed in 66 milliseconds