/external/autotest/client/bin/ |
D | job.py | 70 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 …]
|
D | autotest | 81 drop_caches = global_config.global_config.get_config_value('CLIENT', variable 96 job.runjob(os.path.realpath(args[0]), drop_caches, options)
|
D | job_unittest.py | 212 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()
|
D | utils.py | 1097 def drop_caches(): function
|
/external/f2fs-tools/scripts/ |
D | spo_test.sh | 19 echo 3 > /proc/sys/vm/drop_caches 32 echo 3 > /proc/sys/vm/drop_caches
|
/external/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 104 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/ |
D | wb_kupdate.py | 216 utils.drop_caches() 250 utils.drop_caches()
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | run_tests.sh | 32 echo 3 > /proc/sys/vm/drop_caches
|
D | run_hugetlbfs_test.sh | 34 echo 3 > /proc/sys/vm/drop_caches
|
/external/ltp/testcases/kernel/controllers/memcg/stress/ |
D | memcg_stress_test.sh | 111 echo 3 > /proc/sys/vm/drop_caches
|
/external/autotest/client/site_tests/hardware_Usb30Throughput/ |
D | hardware_Usb30Throughput.py | 104 utils.drop_caches()
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
D | hardware_UsbBasicFileOperations.py | 92 utils.drop_caches()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
D | cpuset_memory_spread_testset.sh | 226 /bin/echo 3 > /proc/sys/vm/drop_caches 2> $CPUSET_TMP/stderr
|
/external/linux-kselftest/android/patches/ |
D | 0013-ANDROID-build-vm-tests.patch | 45 - echo 3 > /proc/sys/vm/drop_caches 181 +# echo 3 > /proc/sys/vm/drop_caches
|
/external/bcc/tools/ |
D | ttysnoop_example.txt | 56 Oct 16 01:32:06 bgregg-xenial-bpf-i-xxx kernel: [780087.407428] bash (9888): drop_caches: 1
|
D | fileslower_example.txt | 68 # echo 3 > /proc/sys/vm/drop_caches; ./fileslower 1
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.fwteam_small | 263 dargs={'drop_caches': True, 337 dargs={'drop_caches': True,
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_test.sh | 417 echo 3 > /proc/sys/vm/drop_caches
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
D | graphics_WebGLAquarium.py | 366 utils.drop_caches()
|
/external/autotest/client/common_lib/ |
D | test.py | 341 utils.drop_caches()
|
/external/autotest/server/ |
D | server_job.py | 310 self.drop_caches = False
|
/external/autotest/ |
D | global_config.ini | 111 drop_caches: False key
|