HomeSort by relevance Sort by last modified time
    Searched refs:drop_caches (Results 1 - 16 of 16) sorted by null

  /external/f2fs-tools/scripts/
spo_test.sh 19 echo 3 > /proc/sys/vm/drop_caches
32 echo 3 > /proc/sys/vm/drop_caches
  /external/linux-kselftest/tools/testing/selftests/memfd/
run_tests.sh 32 echo 3 > /proc/sys/vm/drop_caches
  /external/autotest/client/bin/
autotest 81 drop_caches = global_config.global_config.get_config_value('CLIENT', variable
82 'drop_caches',
96 job.runjob(os.path.realpath(args[0]), drop_caches, options)
job.py 70 if self.drop_caches:
71 utils.drop_caches()
115 def __init__(self, control, options, drop_caches=True):
126 @param drop_caches: If true, utils.drop_caches() is called before and
132 self._post_record_init(control, options, drop_caches)
237 def _post_record_init(self, control, options, drop_caches):
241 self._init_drop_caches(drop_caches)
297 def _init_drop_caches(self, drop_caches):
305 self.drop_caches = drop_cache
    [all...]
job_unittest.py 101 self.god.stub_function_to_return(job.utils, 'drop_caches', None)
159 self.god.stub_function(utils, 'drop_caches')
211 utils.drop_caches.expect_call()
301 drop_caches=True)
396 utils.drop_caches.expect_call()
430 utils.drop_caches.expect_call()
561 utils.drop_caches.expect_call()
utils.py 1004 def drop_caches(): function
1008 utils.system("echo 3 > /proc/sys/vm/drop_caches", ignore_status=True)
    [all...]
  /external/ltp/testcases/kernel/controllers/memcg/stress/
memcg_stress_test.sh 111 echo 3 > /proc/sys/vm/drop_caches
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 55 static const char drop_caches_fname[] = "/proc/sys/vm/drop_caches";
108 static void drop_caches(void) function
120 tst_brkm(TBROK, cleanup, "Failed to open drop_caches");
297 drop_caches();
309 drop_caches();
  /external/autotest/client/site_tests/hardware_Usb30Throughput/
hardware_Usb30Throughput.py 104 utils.drop_caches()
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 216 utils.drop_caches()
250 utils.drop_caches()
  /external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
hardware_UsbBasicFileOperations.py 92 utils.drop_caches()
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
cpuset_memory_spread_testset.sh 226 /bin/echo 3 > /proc/sys/vm/drop_caches 2> $CPUSET_TMP/stderr
  /external/ltp/testcases/kernel/controllers/cgroup/
cgroup_regression_test.sh 397 echo 3 > /proc/sys/vm/drop_caches
  /system/vold/
Ext4Crypt.cpp 413 static void drop_caches() { function
417 if (!WriteStringToFile("3", "/proc/sys/vm/drop_caches")) {
429 drop_caches();
    [all...]
  /external/autotest/client/common_lib/
test.py 341 utils.drop_caches()
    [all...]
  /external/autotest/server/
server_job.py 312 self.drop_caches = False
    [all...]

Completed in 308 milliseconds