Searched refs:swap_total (Results 1 – 25 of 27) sorted by relevance
12
41 [ `sysctl -n vm.swap_total` -gt 0 ] && { swapoff -a; off=1; }
34 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
35 [ `sysctl -n vm.swap_total` -gt 0 ] && { swapoff -a; off=1; }
35 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
32 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
38 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
40 [ $((`sysctl -n vm.swap_total` / 1024 / 1024 / 1024)) -lt 9 ] && exit 0
54 [ `sysctl -n vm.swap_total` -gt 0 ] && p=$((p * 4))
46 [ `sysctl -n vm.swap_total` -gt 0 ] && { swapoff -a > /dev/null; off=1; }
42 [ $((`sysctl -n vm.swap_total` / 1024 / 1024 / 1024)) -lt $gigs ] && exit 0
45 [ `sysctl -n vm.swap_total` -eq 0 ] &&
46 [ `sysctl -n vm.swap_total` -gt 0 ] && { swapoff -a; off=1; }
43 if [ `sysctl -n vm.swap_total` -gt 0 ]; then
49 [ `sysctl -n vm.swap_total` -eq 0 ] && usermem=$((usermem/100*80))
46 [ `sysctl -n vm.swap_total` -eq 0 ] && usermem=$((usermem / 2))
36 [ `sysctl vm.swap_total | sed 's/.* //'` -eq 0 ] && exit 0
57 swap=`sysctl -n vm.swap_total`
46 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
40 [ `sysctl -n vm.swap_total` -eq 0 ] && mem=$((mem / 100 * 60))
104 [ `sysctl -n vm.swap_total` -gt 0 ] && { swapoff -a > /dev/null; off=1; }
37 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
43 swaptotal=`sysctl -n vm.swap_total`
164 static u_long swap_total; variable173 SYSCTL_PROC(_vm, OID_AUTO, swap_total, CTLTYPE_U64 | CTLFLAG_RD | CTLFLAG_MPSAFE,174 &swap_total, 0, sysctl_page_shift, "QU",290 s = swap_total; in swap_reserve_by_cred()2725 if (swap_total > swap_maxpages / 2) { in swapon_check_swzone()2728 swap_total, swap_maxpages / 2); in swapon_check_swzone()2785 swap_total += nblks; in swaponsomething()2897 swap_total -= nblks; in swapoff_one()2956 *total = swap_total; in swap_pager_status()2957 *used = swap_total - swap_pager_avail - in swap_pager_status()