Searched defs:new_bufcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4048 static int new_bufcnt, old_bufcnt; variable
4093 old_bufcnt = new_bufcnt = INT_MAX;
4097 old_bufcnt = MIN(old_bufcnt, new_bufcnt);
4100 new_bufcnt = bio_busy(B_TRUE);
4104 if (new_bufcnt == 0 && new_pgcnt == 0)
4107 if (new_bufcnt < old_bufcnt || new_pgcnt < old_pgcnt)
4112 if (new_bufcnt)
4113 printf(" [%d]", new_bufcnt);
4120 if (new_bufcnt != 0 || new_pgcnt != 0)

Completed in 75 milliseconds