Searched defs:drop_caches (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/bin/
H A Dautotest82 drop_caches = global_config.global_config.get_config_value('CLIENT', variable
83 'drop_caches',
97 job.runjob(os.path.realpath(args[0]), drop_caches, options)
H A Dbase_utils.py1001 def drop_caches(): function
1005 utils.system("echo 3 > /proc/sys/vm/drop_caches", ignore_status=True)

Completed in 74 milliseconds