Searched refs:maxbufspace (Results 1 – 1 of 1) sorted by relevance
211 static long maxbufspace; variable212 SYSCTL_PROC(_vfs, OID_AUTO, maxbufspace,213 CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RW, &maxbufspace,1198 maxbufspace = (long)nbuf * BKVASIZE; in bufinit()1199 hibufspace = lmax(3 * maxbufspace / 4, maxbufspace - maxbcachebuf * 10); in bufinit()1265 buf_domains = MIN(howmany(maxbufspace, 256*1024*1024), BUF_DOMAINS); in bufinit()1275 bd->bd_maxbufspace = maxbufspace / buf_domains; in bufinit()