Home
last modified time | relevance | path

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

/dflybsd-src/sys/vm/
H A Dswap_pager.h96 extern swblk_t vm_swap_cache_use;
H A Dvm_swapcache.c242 vm_swap_cache_use <= SWAPMAX(0)) || in vm_swapcached_thread()
259 if (vm_swap_cache_use > SWAPMAX(0)) in vm_swapcached_thread()
262 if (vm_swap_cache_use < SWAPMAX(-10)) in vm_swapcached_thread()
H A Dswap_pager.c158 swblk_t vm_swap_cache_use; variable
193 CTLFLAG_RD, &vm_swap_cache_use, 0, "");
202 CTLFLAG_RD, &vm_swap_cache_use, 0, "");
350 uint64_t cache = vm_swap_cache_use; in collect_swap_callback()
564 vm_swap_cache_use += npages; in swp_pager_getswapspace()
592 vm_swap_cache_use -= npages; in swp_pager_freeswapspace()