Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c233 long hibufspace; variable
234 SYSCTL_PROC(_vfs, OID_AUTO, hibufspace,
235 CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RW, &hibufspace,
1251 hibufspace = lmax(3 * maxbufspace / 4, maxbufspace - maxbcachebuf * 10); in bufinit()
1252 lobufspace = (hibufspace / 20) * 19; /* 95% */ in bufinit()
1253 bufspacethresh = lobufspace + (hibufspace - lobufspace) / 2; in bufinit()
1263 hirunningspace = lmax(lmin(roundup(hibufspace / 64, maxbcachebuf), in bufinit()
1274 maxbufmallocspace = hibufspace / 20; in bufinit()
1288 while ((long)hidirtybuffers * BKVASIZE > 3 * hibufspace / 4) { in bufinit()
1328 bd->bd_hibufspace = hibufspace / buf_domains; in bufinit()
/freebsd/sys/sys/
H A Dbuf.h516 extern long hibufspace;
/freebsd/sys/ufs/ufs/
H A Dufs_dirhash.c1303 ufs_dirhashmaxmem = lmax(roundup(hibufspace / 64, PAGE_SIZE), in ufsdirhash_init()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1621 while ((long)nmp->nm_wcommitsize * nmp->nm_wcommitsize < hibufspace) in mountnfs()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc2037 vfs.hibufspace