Searched refs:lobufspace (Results 1 – 1 of 1) sorted by relevance
222 static long lobufspace; variable223 SYSCTL_PROC(_vfs, OID_AUTO, lobufspace,224 CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RW, &lobufspace,1200 lobufspace = (hibufspace / 20) * 19; /* 95% */ in bufinit()1201 bufspacethresh = lobufspace + (hibufspace - lobufspace) / 2; in bufinit()1277 bd->bd_lobufspace = lobufspace / buf_domains; in bufinit()