Searched refs:swaptotal (Results 1 – 2 of 2) sorted by relevance
43 swaptotal=`sysctl -n vm.swap_total`44 [ $swaptotal -eq 0 ] && exit 045 [ $size -gt $swaptotal ] && size=$swaptotal
155 unsigned long long swaptotal; /* total swap space in bytes */ in linprocfs_domeminfo() local164 swaptotal = (unsigned long long)i * PAGE_SIZE; in linprocfs_domeminfo()166 swapfree = swaptotal - swapused; in linprocfs_domeminfo()190 B2K(cached), B2K(swaptotal), B2K(swapfree)); in linprocfs_domeminfo()