Searched refs:dirtybufthresh (Results 1 – 5 of 5) sorted by relevance
491 extern int dirtybufthresh;
271 int dirtybufthresh; variable272 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()
105 if (bo->bo_dirty.bv_cnt <= ((dirtybufthresh * 8) / 10))
2192 if (bo->bo_dirty.bv_cnt <= dirtybufthresh)2205 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10 && !bp_bdskip) {
2055 vfs.dirtybufthresh