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

  /external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py 76 swaprequested = int(disksize) / 1000
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 429 swaprequested = int(disksize) / 1000
430 if (swaptotal < swaprequested * 0.9 or
431 swaptotal > swaprequested * 1.1):
434 (swaptotal, swaprequested))
436 enable_size, swaprequested, swaptotal)

Completed in 62 milliseconds