Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbuf.h510 extern int dirtybufthresh;
/f-stack/freebsd/kern/
H A Dvfs_bio.c277 int dirtybufthresh; variable
278 SYSCTL_PROC(_vfs, OID_AUTO, dirtybufthresh,
279 CTLTYPE_INT|CTLFLAG_MPSAFE|CTLFLAG_RW, &dirtybufthresh,
1229 dirtybufthresh = hidirtybuffers * 9 / 10; in bufinit()
1282 bd->bd_dirtybufthresh = dirtybufthresh / buf_domains; in bufinit()
2329 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10) { in bufbdflush()
2332 } else if (bo->bo_dirty.bv_cnt > dirtybufthresh) { in bufbdflush()