Searched refs:lobufspace (Results 1 – 2 of 2) sorted by relevance
165 static long lobufspace; variable166 SYSCTL_LONG(_vfs, OID_AUTO, lobufspace, CTLFLAG_RW, &lobufspace, 0,691 while (bufspace > lobufspace || in bufspace_daemon()1061 lobufspace = (hibufspace / 20) * 19; /* 95% */ in bufinit()1062 bufspacethresh = lobufspace + (hibufspace - lobufspace) / 2; in bufinit()
2098 vfs.lobufspace