Home
last modified time | relevance | path

Searched refs:lobufspace (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_bio.c222 static long lobufspace; variable
223 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()