Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_swapcache.c114 static int64_t vm_swapcache_maxburst = 2000000000LL; /* 2G nominal max */ variable
145 CTLFLAG_RW, &vm_swapcache_maxburst, 0, "");
271 if (vm_swapcache_curburst < vm_swapcache_maxburst) { in vm_swapcached_thread()
273 if (vm_swapcache_curburst > vm_swapcache_maxburst) in vm_swapcached_thread()
274 vm_swapcache_curburst = vm_swapcache_maxburst; in vm_swapcached_thread()