Searched refs:maxbcache (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | subr_param.c | 100 long maxbcache; /* max buffer cache KVA storage */ variable 124 SYSCTL_LONG(_kern, OID_AUTO, maxbcache, CTLFLAG_RDTUN, &maxbcache, 0, 186 maxbcache = VM_BCACHE_SIZE_MAX; in init_param1() 188 TUNABLE_LONG_FETCH("kern.maxbcache", &maxbcache); in init_param1()
|
| D | vfs_bio.c | 688 if (maxbcache && nbuf > maxbcache / BKVASIZE) in kern_vfs_bio_buffer_alloc() 689 nbuf = maxbcache / BKVASIZE; in kern_vfs_bio_buffer_alloc() 717 maxbuf_sz = maxbcache != 0 ? maxbcache : maxbuf * BKVASIZE; in kern_vfs_bio_buffer_alloc()
|
| /freebsd-10-stable/sys/sys/ |
| D | buf.h | 462 extern long maxbcache; /* Max KVA for buffer cache */
|
| /freebsd-10-stable/sys/conf/ |
| D | NOTES | 102 # kern.maxbcache, kern.maxtsiz, kern.dfldsiz, kern.maxdsiz,
|