Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c227 long hibufspace; variable
228 SYSCTL_PROC(_vfs, OID_AUTO, hibufspace,
229 CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RW, &hibufspace,
1199 hibufspace = lmax(3 * maxbufspace / 4, maxbufspace - maxbcachebuf * 10); in bufinit()
1200 lobufspace = (hibufspace / 20) * 19; /* 95% */ in bufinit()
1201 bufspacethresh = lobufspace + (hibufspace - lobufspace) / 2; in bufinit()
1211 hirunningspace = lmax(lmin(roundup(hibufspace / 64, maxbcachebuf), in bufinit()
1222 maxbufmallocspace = hibufspace / 20; in bufinit()
1236 while ((long)hidirtybuffers * BKVASIZE > 3 * hibufspace / 4) { in bufinit()
1276 bd->bd_hibufspace = hibufspace / buf_domains; in bufinit()
/f-stack/freebsd/sys/
H A Dbuf.h509 extern long hibufspace;