Home
last modified time | relevance | path

Searched refs:memtotal (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/power/pm-graph/
Dbootgraph.py93 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
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'))