Searched refs:memtotal (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/ |
H A D | mem_debug02.sh | 43 local memtotal=$(cat /proc/meminfo | awk '$1=="MemTotal:"{print $2}') 44 local total_size=$(($ksize_kb + $memtotal))
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 93 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
|
H A D | sleepgraph.py | 108 memtotal = 204800 variable in SystemValues 413 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree) 423 print(fmt % ('memtotal', ('%d kB' % self.memtotal))) 436 self.memtotal = int(m.group('sz'))
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | bootgraph.py | 95 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
|
H A D | sleepgraph.py | 116 memtotal = 204800 variable in SystemValues 446 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree) 460 print(fmt % ('memtotal', ('%d kB' % self.memtotal))) 474 self.memtotal = int(m.group('sz'))
|
Completed in 18 milliseconds