Home
last modified time | relevance | path

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

/dflybsd-src/sys/vm/
H A Dvm_swapcache.c108 static int vm_swapcache_maxswappct = 75; variable
132 CTLFLAG_RW, &vm_swapcache_maxswappct, 0, "");
156 ((int64_t)vm_swap_max * (vm_swapcache_maxswappct + (adj)) / 100)