Searched refs:swaptotal (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c155 unsigned long long swaptotal; /* total swap space in bytes */ local
175 swaptotal = (unsigned long long)i * PAGE_SIZE;
177 swapfree = swaptotal - swapused;
208 swaptotal, swapused, swapfree,
211 B2K(swaptotal), B2K(swapfree));

Completed in 180 milliseconds