Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dbuf.h491 extern int dirtybufthresh;
/freebsd-12-stable/sys/kern/
Dvfs_bio.c271 int dirtybufthresh; variable
272 SYSCTL_PROC(_vfs, OID_AUTO, dirtybufthresh,
273 CTLTYPE_INT|CTLFLAG_MPSAFE|CTLFLAG_RW, &dirtybufthresh,
1230 dirtybufthresh = hidirtybuffers * 9 / 10; in bufinit()
1282 bd->bd_dirtybufthresh = dirtybufthresh / buf_domains; in bufinit()
/freebsd-12-stable/sys/fs/nandfs/
Dnandfs_subr.c105 if (bo->bo_dirty.bv_cnt <= ((dirtybufthresh * 8) / 10))
/freebsd-12-stable/sys/ufs/ffs/
Dffs_snapshot.c2192 if (bo->bo_dirty.bv_cnt <= dirtybufthresh)
2205 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10 && !bp_bdskip) {
/freebsd-12-stable/tools/tools/sysdoc/
Dtunables.mdoc2055 vfs.dirtybufthresh