Searched refs:goals (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/selftests/damon/ |
| A D | _damon_sysfs.py | 132 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 D | drgn_dump_damon_status.py | 102 def damos_quota_goals_to_list(goals): argument 105 'struct damos_quota_goal', goals.address_of_(), 'list')]
|
| A D | damos_quota_goal.py | 23 goals=[goal], reset_interval_ms=100),
|
| A D | sysfs.py | 68 for idx, qgoal in enumerate(quota.goals): 217 goals=[_damon_sysfs.DamosQuotaGoal(
|
| /tools/perf/ |
| A D | Makefile.perf | 283 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 D | COPYING | 254 make exceptions for this. Our decision will be guided by the two goals
|
Completed in 10 milliseconds