Searched refs:dirtybufthresh (Results 1 – 2 of 2) sorted by relevance
510 extern int dirtybufthresh;
277 int dirtybufthresh; variable278 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()