| /linux/tools/testing/selftests/damon/ |
| A D | _damon_sysfs.py | 122 goals = None # quota goals variable in DamosQuota 126 def __init__(self, sz=0, ms=0, goals=None, reset_interval_ms=0): argument 130 self.goals = goals if goals is not None else [] 131 for idx, goal in enumerate(self.goals): 154 if int(content) != len(self.goals): 155 err = write_file(nr_goals_file, len(self.goals)) 158 for goal in self.goals: 475 for goal in scheme.quota.goals: 506 for goal in scheme.quota.goals:
|
| A D | damos_quota_goal.py | 23 goals=[goal], reset_interval_ms=100),
|
| /linux/mm/damon/ |
| A D | sysfs-schemes.c | 962 for (i = 0; i < goals->nr; i++) in damos_sysfs_quota_goals_rm_dirs() 964 goals->nr = 0; in damos_sysfs_quota_goals_rm_dirs() 966 goals->goals_arr = NULL; in damos_sysfs_quota_goals_rm_dirs() 983 goals->goals_arr = goals_arr; in damos_sysfs_quota_goals_add_dirs() 1002 goals->nr++; in damos_sysfs_quota_goals_add_dirs() 1019 struct damos_sysfs_quota_goals *goals; in nr_goals_store() local 1208 if (!goals) { in damon_sysfs_quotas_add_dirs() 1217 kobject_put(&goals->kobj); in damon_sysfs_quotas_add_dirs() 1219 quotas->goals = goals; in damon_sysfs_quotas_add_dirs() 1229 kobject_put("as->goals->kobj); in damon_sysfs_quotas_rm_dirs() [all …]
|
| A D | core.c | 320 list_add_tail(&g->list, &q->goals); in damos_add_quota_goal() 380 INIT_LIST_HEAD(&scheme->quota.goals); in damon_new_scheme() 1547 if (!quota->ms && list_empty("a->goals)) { in damos_set_effective_quota() 1552 if (!list_empty("a->goals)) { in damos_set_effective_quota() 1567 if (!list_empty("a->goals)) in damos_set_effective_quota() 1587 if (!quota->ms && !quota->sz && list_empty("a->goals)) in damos_adjust_quota()
|
| /linux/include/linux/ |
| A D | damon.h | 217 struct list_head goals; member 694 list_for_each_entry(goal, "a->goals, list) 697 list_for_each_entry_safe(goal, next, &(quota)->goals, list)
|
| /linux/scripts/ |
| A D | Makefile.build | 468 single-subdir-goals := $(filter $(addsuffix /%, $(single-subdirs)), $(MAKECMDGOALS)) 470 $(single-subdir-goals): $(single-subdirs) 481 $(filter $@/%, $(single-subdir-goals)) 490 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
|
| /linux/Documentation/security/ |
| A D | lsm-development.rst | 9 This allows an LSM's code to be easily compared to its goals, and so
|
| A D | self-protection.rst | 23 The goals for successful self-protection systems would be that they 26 is uncommon that all these goals can be met, but it is worth explicitly
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-maintainer-entry-profile.rst | 44 These people collectively decide the long term goals of the project 55 1. Does the idea fit the goals of the project? 64 coverage goals of the project, negotiating with developers to decide
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| A D | media-controller-model.rst | 9 is one of the goals of the media controller API. To achieve this,
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-kernel-mm-damon | 223 scheme in bytes, which adjusted for the time quota and goals. 231 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/nr_goals 236 aggressiveness named '0' to 'N-1' under the goals/ directory. 238 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/target_met… 244 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/target_val… 250 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/current_va…
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| A D | ti,davinci-rproc.txt | 6 achieving various system level goals.
|
| A D | ti,k3-dsp-rproc.yaml | 15 for achieving various system level goals.
|
| A D | ti,keystone-rproc.txt | 6 algorithms, for achieving various system level goals.
|
| /linux/Documentation/admin-guide/mm/damon/ |
| A D | usage.rst | 88 │ │ │ │ │ │ │ │ :ref:`goals <sysfs_schemes_quota_goals>`/nr_goals 142 :ref:`quota goals <sysfs_schemes_quota_goals>`. 332 ``goals``) exist. 361 schemes/<N>/quotas/goals/ 364 The directory for the :ref:`automatic quota tuning goals 375 parameters for the quota auto-tuning goals that specified on the :ref:`design
|
| /linux/Documentation/process/ |
| A D | contribution-maturity-model.rst | 109 Upstream Work to work focused on directly pursuing business goals.
|
| A D | security-bugs.rst | 78 the 3 lists pursue different goals. Coordinating between the kernel
|
| /linux/Documentation/arch/x86/x86_64/ |
| A D | fred.rst | 12 designed with the following goals:
|
| /linux/Documentation/driver-api/driver-model/ |
| A D | overview.rst | 29 The common device and bridge interface reflects the goals of the modern
|
| /linux/tools/perf/ |
| A D | Makefile.perf | 286 goals := $(filter-out all sub-make, $(MAKECMDGOALS)) 288 $(goals) all: sub-make 292 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
|
| /linux/Documentation/kbuild/ |
| A D | makefiles.rst | 23 It builds these goals by recursively descending into the subdirectories of 106 Built-in object goals - obj-y 136 Loadable module goals - obj-m 191 Library file goals - lib-y 302 Always built goals - always-y 1297 An arch Makefile specifies goals that take the vmlinux file, compress 1300 The actual goals are not standardized across architectures.
|
| /linux/Documentation/input/devices/ |
| A D | ntrig.rst | 91 goals of preventing ghosts and accepting real events quickly (to minimize
|
| /linux/Documentation/crypto/ |
| A D | api-intro.rst | 15 One of the initial goals of this design was to readily support IPsec,
|
| /linux/Documentation/scsi/ |
| A D | ufs.rst | 35 The main goals of UFS are to provide:
|
| /linux/Documentation/admin-guide/LSM/ |
| A D | SafeSetID.rst | 23 CAP_SET{U/G}ID capabilities, this is often at odds with the goals of running a
|