Home
last modified time | relevance | path

Searched refs:memfree (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-cryptography_36.0.2.bb16 file://check-memfree.py \
108 install -D ${WORKDIR}/check-memfree.py ${D}${PTEST_PATH}/
117 ${PTEST_PATH}/check-memfree.py \
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dcompaction_test.c29 int read_memory_info(unsigned long *memfree, unsigned long *hugepagesize) in read_memory_info() argument
42 *memfree = atoll(buffer); in read_memory_info()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-cryptography/
H A Drun-ptest2 if ./check-memfree.py; then
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py109 memfree = 204800 variable in SystemValues
413 (m, p, c, b, r, self.cpucount, self.memtotal, self.memfree)
424 print(fmt % ('memfree', ('%d kB' % self.memfree)))
439 self.memfree = int(m.group('sz'))
758 tgtsize = min(self.memfree, bmax)