Lines Matching refs:drop_caches
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()
1185 def runjob(control, drop_caches, options): argument
1213 myjob = job(control=control, drop_caches=drop_caches, options=options)