Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c217 static long maxbufspace; variable
218 SYSCTL_PROC(_vfs, OID_AUTO, maxbufspace,
219 CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RW, &maxbufspace,
1250 maxbufspace = (long)nbuf * BKVASIZE; in bufinit()
1251 hibufspace = lmax(3 * maxbufspace / 4, maxbufspace - maxbcachebuf * 10); in bufinit()
1317 buf_domains = MIN(howmany(maxbufspace, 256*1024*1024), BUF_DOMAINS); in bufinit()
1327 bd->bd_maxbufspace = maxbufspace / buf_domains; in bufinit()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc2061 vfs.maxbufspace