Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/
H A Dzram-swap-init19 memtotal=$(grep MemTotal /proc/meminfo | awk ' { print $2 } ')
20 memzram=$(($memtotal*${ZRAM_SIZE_PERCENT}/100))
H A Dinit33 memtotal=$(grep MemTotal /proc/meminfo | awk ' { print $2 } ')
34 mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024))
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem/
H A D0001-smem-fix-support-for-source-option-python3.patch18 _totalmem = memory()['memtotal']
/openbmc/linux/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'))