Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_param.c89 long maxbcache; /* max buffer cache KVA storage */ variable
214 maxbcache = VM_BCACHE_SIZE_MAX; in init_param1()
216 TUNABLE_LONG_FETCH("kern.maxbcache", &maxbcache); in init_param1()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dautoconf.c146 if (maxbcache && nbuf > maxbcache / NBUFCALCSIZE) in cpu_startup()
147 nbuf = maxbcache / NBUFCALCSIZE; in cpu_startup()
/dragonfly/sys/sys/
H A Dbuf.h400 extern long maxbcache; /* Max KVA for buffer cache */
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c410 if (maxbcache && nbuf > maxbcache / NBUFCALCSIZE) in cpu_startup()
411 nbuf = maxbcache / NBUFCALCSIZE; in cpu_startup()