Lines Matching refs:tunables
54 # Different schedutil versions have different tunables
55 tunables = self.target.cpufreq.list_governor_tunables(0)
56 if 'rate_limit_us' in tunables:
57 tunables = {'rate_limit_us' : str(rate_limit_us)}
59 assert ('up_rate_limit_us' in tunables and
60 'down_rate_limit_us' in tunables)
61 tunables = {
69 cpu_id, 'schedutil', **tunables)
80 tunables = self.target.cpufreq.get_governor_tunables(cpu_id)
83 **{'sampling_rate' : tunables['sampling_rate_min']})