Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c156 static u_long swap_total; variable
165 SYSCTL_PROC(_vm, OID_AUTO, swap_total, CTLTYPE_U64 | CTLFLAG_RD | CTLFLAG_MPSAFE,
166 &swap_total, 0, sysctl_page_shift, "A",
285 s = swap_total; in swap_reserve_by_cred()
2358 if (swap_total > swap_maxpages / 2) { in swapon_check_swzone()
2361 swap_total, swap_maxpages / 2); in swapon_check_swzone()
2418 swap_total += nblks; in swaponsomething()
2515 swap_total -= nblks; in swapoff_one()
2574 *total = swap_total; in swap_pager_status()
2575 *used = swap_total - swap_pager_avail - in swap_pager_status()