Searched refs:dirtybufthresh (Results 1 – 4 of 4) sorted by relevance
509 extern int dirtybufthresh;
279 int dirtybufthresh; variable280 SYSCTL_PROC(_vfs, OID_AUTO, dirtybufthresh,281 CTLTYPE_INT|CTLFLAG_MPSAFE|CTLFLAG_RW, &dirtybufthresh,1255 dirtybufthresh = hidirtybuffers * 9 / 10; in bufinit()1308 bd->bd_dirtybufthresh = dirtybufthresh / buf_domains; in bufinit()
2213 if (bo->bo_dirty.bv_cnt <= dirtybufthresh)2226 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10 && !bp_bdskip) {
2055 vfs.dirtybufthresh