Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_swapcache.c115 static int64_t vm_swapcache_accrate = 100000LL; /* 100K/s */ variable
149 CTLFLAG_RW, &vm_swapcache_accrate, 0, "");
272 vm_swapcache_curburst += vm_swapcache_accrate / 10; in vm_swapcached_thread()
286 if (vm_swapcache_curburst < vm_swapcache_accrate) in vm_swapcached_thread()