Searched refs:dirtybufthresh (Results 1 – 7 of 7) sorted by relevance
82 tresh=`sysctl vfs.dirtybufthresh | awk '{print $NF}'`83 sysctl vfs.dirtybufthresh=1097 sysctl vfs.dirtybufthresh=$tresh
38 dbt=`sysctl -n vfs.dirtybufthresh`
35 dbt=`sysctl -n vfs.dirtybufthresh`
523 extern int dirtybufthresh;
283 int dirtybufthresh; variable284 SYSCTL_PROC(_vfs, OID_AUTO, dirtybufthresh,285 CTLTYPE_INT|CTLFLAG_MPSAFE|CTLFLAG_RW, &dirtybufthresh,1292 dirtybufthresh = hidirtybuffers * 9 / 10; in bufinit()1345 bd->bd_dirtybufthresh = dirtybufthresh / buf_domains; in bufinit()
2207 if (bo->bo_dirty.bv_cnt <= dirtybufthresh) in ffs_bdflush() 2220 if (bo->bo_dirty.bv_cnt > dirtybufthresh + 10 && !bp_bdskip) { in ffs_bdflush()
2007 vfs.dirtybufthresh