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

  /external/autotest/server/site_tests/platform_TotalMemory/
platform_TotalMemory.py 37 @return mem_total value
40 mem_total = self.host.read_from_meminfo(key)
41 if mem_total is None:
43 return mem_total
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
hugeshmat04.c 126 long mem_total, hpage_size; local
131 mem_total = read_meminfo("MemTotal:");
136 if (mem_total < 2L*1024*1024)
137 tst_brkm(TCONF, NULL, "Needed > 2GB RAM, have: %ld", mem_total);
  /external/ltp/testcases/kernel/controllers/memctl/
run_memctl_test.sh 56 # MEM_TOTAL=$1;
61 if [ $USAGE_FROM_USAGE_IN_BYTES -gt $MEM_TOTAL ]
105 MEM_TOTAL=`expr $MEM_TASK \* $TOTAL_TASKS`; # total memory allocated in a group
152 if [ $GRP1_MEMUSAGE -gt $MEM_TOTAL ]
  /external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c 141 long mem_total, swap_total; local
158 mem_total = read_meminfo("MemTotal:");
159 tst_resm(TINFO, "MemTotal is %ld kB", mem_total);
162 sum_total = mem_total + swap_total;
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 182 self.mem_total = utils.read_from_meminfo('MemTotal')
188 used_phys_memory = self.mem_total - self.mem_free
  /external/autotest/client/site_tests/platform_MemoryMonitor/
platform_MemoryMonitor.py 346 'mem_total': mem_general.total * 1024,
  /external/autotest/client/bin/
utils.py     [all...]

Completed in 2712 milliseconds