Home
last modified time | relevance | path

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

123

/linux-6.15/tools/testing/selftests/damon/
H A D_damon_sysfs.py122 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:
H A Ddamos_quota_goal.py23 goals=[goal], reset_interval_ms=100),
/linux-6.15/mm/damon/
H A Dsysfs-schemes.c1067 for (i = 0; i < goals->nr; i++) in damos_sysfs_quota_goals_rm_dirs()
1069 goals->nr = 0; in damos_sysfs_quota_goals_rm_dirs()
1071 goals->goals_arr = NULL; in damos_sysfs_quota_goals_rm_dirs()
1088 goals->goals_arr = goals_arr; in damos_sysfs_quota_goals_add_dirs()
1107 goals->nr++; in damos_sysfs_quota_goals_add_dirs()
1124 struct damos_sysfs_quota_goals *goals; in nr_goals_store() local
1313 if (!goals) { in damon_sysfs_quotas_add_dirs()
1322 kobject_put(&goals->kobj); in damon_sysfs_quotas_add_dirs()
1324 quotas->goals = goals; in damon_sysfs_quotas_add_dirs()
1334 kobject_put(&quotas->goals->kobj); in damon_sysfs_quotas_rm_dirs()
[all …]
H A Dcore.c343 list_add_tail(&g->list, &q->goals); in damos_add_quota_goal()
405 INIT_LIST_HEAD(&scheme->quota.goals); in damon_new_scheme()
1934 if (!quota->ms && list_empty(&quota->goals)) { in damos_set_effective_quota()
1939 if (!list_empty(&quota->goals)) { in damos_set_effective_quota()
1971 if (!quota->ms && !quota->sz && list_empty(&quota->goals)) in damos_adjust_quota()
/linux-6.15/include/linux/
H A Ddamon.h232 struct list_head goals; member
837 list_for_each_entry(goal, &quota->goals, list)
840 list_for_each_entry_safe(goal, next, &(quota)->goals, list)
/linux-6.15/scripts/
H A DMakefile.build451 single-subdir-goals := $(filter $(addsuffix /%, $(single-subdirs)), $(MAKECMDGOALS))
453 $(single-subdir-goals): $(single-subdirs)
464 $(filter $@/%, $(single-subdir-goals))
473 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
/linux-6.15/Documentation/security/
H A Dlsm-development.rst9 This allows an LSM's code to be easily compared to its goals, and so
H A Dself-protection.rst23 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-6.15/Documentation/filesystems/xfs/
H A Dxfs-maintainer-entry-profile.rst44 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-6.15/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst9 is one of the goals of the media controller API. To achieve this,
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dti,davinci-rproc.txt6 achieving various system level goals.
H A Dti,k3-dsp-rproc.yaml15 for achieving various system level goals.
H A Dti,keystone-rproc.txt6 algorithms, for achieving various system level goals.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon253 scheme in bytes, which adjusted for the time quota and goals.
261 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/nr_goals
266 aggressiveness named '0' to 'N-1' under the goals/ directory.
268 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/target_met…
274 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/target_val…
280 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/current_va…
/linux-6.15/Documentation/admin-guide/mm/damon/
H A Dusage.rst83 │ │ │ │ │ │ │ │ :ref:`goals <sysfs_schemes_quota_goals>`/nr_goals
142 :ref:`quota goals <sysfs_schemes_quota_goals>`.
352 ``goals``) exist.
381 schemes/<N>/quotas/goals/
384 The directory for the :ref:`automatic quota tuning goals
395 parameters for the quota auto-tuning goals that specified on the :ref:`design
/linux-6.15/Documentation/process/
H A Dcontribution-maturity-model.rst109 Upstream Work to work focused on directly pursuing business goals.
H A Dsecurity-bugs.rst78 the 3 lists pursue different goals. Coordinating between the kernel
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfred.rst12 designed with the following goals:
/linux-6.15/Documentation/driver-api/driver-model/
H A Doverview.rst29 The common device and bridge interface reflects the goals of the modern
/linux-6.15/Documentation/input/devices/
H A Dntrig.rst91 goals of preventing ghosts and accepting real events quickly (to minimize
/linux-6.15/tools/perf/
H A DMakefile.perf284 goals := $(filter-out all sub-make, $(MAKECMDGOALS))
286 $(goals) all: sub-make
290 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
/linux-6.15/Documentation/kbuild/
H A Dmakefiles.rst23 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
1322 An arch Makefile specifies goals that take the vmlinux file, compress
1325 The actual goals are not standardized across architectures.
/linux-6.15/Documentation/crypto/
H A Dapi-intro.rst15 One of the initial goals of this design was to readily support IPsec,
/linux-6.15/Documentation/scsi/
H A Dscsi_eh.rst203 of driving error handling. EH's goals are two - make LLDD, host and
209 To achieve these goals, EH performs recovery actions with increasing
H A Dufs.rst35 The main goals of UFS are to provide:

123