HomeSort by relevance Sort by last modified time
    Searched refs:swaptotal (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py 51 swaptotal = utils.read_from_meminfo('SwapTotal')
52 free_target = (memtotal + swaptotal) * 0.03
62 if swaptotal != 0:
65 swaptotal)
77 if (swaptotal < swaprequested * 0.9 or
78 swaptotal > swaprequested * 1.1):
81 (swaptotal, swaprequested))
83 % (enable_size, swaprequested, swaptotal))
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 183 self.swap_total = utils.read_from_meminfo('SwapTotal')
406 swaptotal = utils.read_from_meminfo('SwapTotal')
415 if swaptotal != 0:
418 swaptotal)
430 if (swaptotal < swaprequested * 0.9 or
431 swaptotal > swaprequested * 1.1):
434 (swaptotal, swaprequested))
436 enable_size, swaprequested, swaptotal)
  /external/toybox/toys/other/
vmstat.c 35 uint64_t memfree, buffers, cached, swapfree, swaptotal; member in struct:vmstat_proc
48 "MemFree: ", "Buffers: ", "Cached: ", "SwapFree: ", "SwapTotal: ",
116 top[idx].swaptotal -= top[idx].swapfree;
133 // Output values in order[]: running, blocked, swaptotal, memfree, buffers,

Completed in 2163 milliseconds