Home
last modified time | relevance | path

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

/linux/tools/power/pm-graph/
H A Dbootgraph.py95 bs = min(self.memtotal // 2, 2*1024*1024) // self.cpucount
H A Dsleepgraph.py117 memtotal = 204800 variable in SystemValues
457 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree)
471 print(fmt % ('memtotal', ('%d kB' % self.memtotal)))
485 self.memtotal = int(m.group('sz'))