Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_param.c105 u_long maxbcache; /* max buffer cache KVA storage */ variable
126 SYSCTL_LONG(_kern, OID_AUTO, maxbcache, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &maxbcache, 0,
199 maxbcache = VM_BCACHE_SIZE_MAX; in init_param1()
201 TUNABLE_LONG_FETCH("kern.maxbcache", &maxbcache); in init_param1()
H A Dvfs_bio.c1074 if (maxbcache && nbuf > maxbcache / BKVASIZE) in kern_vfs_bio_buffer_alloc()
1075 nbuf = maxbcache / BKVASIZE; in kern_vfs_bio_buffer_alloc()
1103 maxbuf_sz = maxbcache != 0 ? maxbcache : maxbuf * BKVASIZE; in kern_vfs_bio_buffer_alloc()
/f-stack/freebsd/sys/
H A Dbuf.h506 extern u_long maxbcache; /* Max KVA for buffer cache */