Home
last modified time | relevance | path

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 Dmem_debug02.sh43 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 Dbootgraph.py93 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
H A Dsleepgraph.py108 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 Dbootgraph.py95 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
H A Dsleepgraph.py116 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