Home
last modified time | relevance | path

Searched refs:goals (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/damon/
A D_damon_sysfs.py132 goals = None # quota goals variable in DamosQuota
139 def __init__(self, sz=0, ms=0, goals=None, reset_interval_ms=0, argument
148 self.goals = goals if goals is not None else []
149 for idx, goal in enumerate(self.goals):
186 if int(content) != len(self.goals):
187 err = write_file(nr_goals_file, len(self.goals))
190 for goal in self.goals:
762 for goal in scheme.quota.goals:
793 for goal in scheme.quota.goals:
A Ddrgn_dump_damon_status.py102 def damos_quota_goals_to_list(goals): argument
105 'struct damos_quota_goal', goals.address_of_(), 'list')]
A Ddamos_quota_goal.py23 goals=[goal], reset_interval_ms=100),
A Dsysfs.py68 for idx, qgoal in enumerate(quota.goals):
217 goals=[_damon_sysfs.DamosQuotaGoal(
/tools/perf/
A DMakefile.perf283 goals := $(filter-out all sub-make, $(MAKECMDGOALS))
285 $(goals) all: sub-make
289 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
/tools/usb/usbip/
A DCOPYING254 make exceptions for this. Our decision will be guided by the two goals

Completed in 10 milliseconds