Home
last modified time | relevance | path

Searched refs:drop_caches (Results 1 – 22 of 22) sorted by relevance

/external/autotest/client/bin/
Djob.py70 if self.drop_caches:
71 utils.drop_caches()
115 def __init__(self, control, options, drop_caches=True): argument
132 self._post_record_init(control, options, drop_caches)
237 def _post_record_init(self, control, options, drop_caches): argument
241 self._init_drop_caches(drop_caches)
297 def _init_drop_caches(self, drop_caches): argument
305 self.drop_caches = drop_caches
306 if self.drop_caches:
307 utils.drop_caches()
[all …]
Dautotest81 drop_caches = global_config.global_config.get_config_value('CLIENT', variable
96 job.runjob(os.path.realpath(args[0]), drop_caches, options)
Djob_unittest.py212 utils.drop_caches.expect_call()
302 drop_caches=True)
397 utils.drop_caches.expect_call()
431 utils.drop_caches.expect_call()
562 utils.drop_caches.expect_call()
Dutils.py1097 def drop_caches(): function
/external/f2fs-tools/scripts/
Dspo_test.sh19 echo 3 > /proc/sys/vm/drop_caches
32 echo 3 > /proc/sys/vm/drop_caches
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c104 static void drop_caches(void) in drop_caches() function
259 drop_caches(); in test_readahead()
272 drop_caches(); in test_readahead()
/external/autotest/client/tests/wb_kupdate/
Dwb_kupdate.py216 utils.drop_caches()
250 utils.drop_caches()
/external/linux-kselftest/tools/testing/selftests/memfd/
Drun_tests.sh32 echo 3 > /proc/sys/vm/drop_caches
Drun_hugetlbfs_test.sh34 echo 3 > /proc/sys/vm/drop_caches
/external/ltp/testcases/kernel/controllers/memcg/stress/
Dmemcg_stress_test.sh111 echo 3 > /proc/sys/vm/drop_caches
/external/autotest/client/site_tests/hardware_Usb30Throughput/
Dhardware_Usb30Throughput.py104 utils.drop_caches()
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py92 utils.drop_caches()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh226 /bin/echo 3 > /proc/sys/vm/drop_caches 2> $CPUSET_TMP/stderr
/external/linux-kselftest/android/patches/
D0013-ANDROID-build-vm-tests.patch45 - echo 3 > /proc/sys/vm/drop_caches
181 +# echo 3 > /proc/sys/vm/drop_caches
/external/bcc/tools/
Dttysnoop_example.txt56 Oct 16 01:32:06 bgregg-xenial-bpf-i-xxx kernel: [780087.407428] bash (9888): drop_caches: 1
Dfileslower_example.txt68 # echo 3 > /proc/sys/vm/drop_caches; ./fileslower 1
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small263 dargs={'drop_caches': True,
337 dargs={'drop_caches': True,
/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_test.sh417 echo 3 > /proc/sys/vm/drop_caches
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py366 utils.drop_caches()
/external/autotest/client/common_lib/
Dtest.py341 utils.drop_caches()
/external/autotest/server/
Dserver_job.py310 self.drop_caches = False
/external/autotest/
Dglobal_config.ini111 drop_caches: False key