HomeSort by relevance Sort by last modified time
    Searched full:swap_total (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c 98 long mem_total, swap_total; local
116 swap_total = SAFE_READ_MEMINFO("SwapTotal:");
117 tst_res(TINFO, "SwapTotal is %ld kB", swap_total);
118 sum_total = mem_total + swap_total;
  /external/tensorflow/tensorflow/tools/ci_build/builds/
print_build_info.sh 42 SWAP_TOTAL=$(grep SwapTotal /proc/meminfo | awk '{print $2, $3}')
100 "swap_total: \"${SWAP_TOTAL}\", "\
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise09.c 317 long int swap_total; local
329 SAFE_FILE_LINES_SCANF("/proc/meminfo", "SwapTotal: %ld", &swap_total);
330 if (swap_total <= 0)
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 183 self.swap_total = utils.read_from_meminfo('SwapTotal')
186 self.swap_used = self.swap_total - self.swap_free
195 self.usage_ratio = float(self.swap_used) / self.swap_total
282 swap_target_usage = swap_target * self.swap_total
  /external/libchrome/base/process/
process_metrics_unittest.cc 223 EXPECT_EQ(meminfo.swap_total, 5832280);
244 EXPECT_EQ(meminfo.swap_total, 524280);
process_metrics_linux.cc 573 res->SetInteger("swap_total", swap_total);
575 res->SetInteger("swap_used", swap_total - swap_free);
640 target = &meminfo->swap_total;
process_metrics.h 325 int swap_total = 0; member in struct:base::SystemMemoryInfoKB

Completed in 620 milliseconds