Home
last modified time | relevance | path

Searched refs:new_bufcnt (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c4130 static int new_bufcnt, old_bufcnt; variable
4175 old_bufcnt = new_bufcnt = INT_MAX; in vfs_syncall()
4179 old_bufcnt = MIN(old_bufcnt, new_bufcnt); in vfs_syncall()
4182 new_bufcnt = bio_busy(B_TRUE); in vfs_syncall()
4186 if (new_bufcnt == 0 && new_pgcnt == 0) in vfs_syncall()
4189 if (new_bufcnt < old_bufcnt || new_pgcnt < old_pgcnt) in vfs_syncall()
4194 if (new_bufcnt) in vfs_syncall()
4195 printf(" [%d]", new_bufcnt); in vfs_syncall()
4202 if (new_bufcnt != 0 || new_pgcnt != 0) in vfs_syncall()