Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Daltbufferflushes.sh82 tresh=`sysctl vfs.dirtybufthresh | awk '{print $NF}'`
83 sysctl vfs.dirtybufthresh=10
97 sysctl vfs.dirtybufthresh=$tresh
H A Dsymlink5.sh38 dbt=`sysctl -n vfs.dirtybufthresh`
H A Dsymlink.sh35 dbt=`sysctl -n vfs.dirtybufthresh`
/freebsd/sys/sys/
H A Dbuf.h523 extern int dirtybufthresh;
/freebsd/sys/kern/
H A Dvfs_bio.c283 int dirtybufthresh; variable
284 SYSCTL_PROC(_vfs, OID_AUTO, dirtybufthresh,
285 CTLTYPE_INT|CTLFLAG_MPSAFE|CTLFLAG_RW, &dirtybufthresh,
1292 dirtybufthresh = hidirtybuffers * 9 / 10; in bufinit()
1345 bd->bd_dirtybufthresh = dirtybufthresh / buf_domains; in bufinit()
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c2207 if (bo->bo_dirty.bv_cnt <= dirtybufthresh) in ffs_bdflush()
2220 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10 && !bp_bdskip) { in ffs_bdflush()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc2007 vfs.dirtybufthresh