Home
last modified time | relevance | path

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

12

/linux/mm/damon/
H A Dsysfs-schemes.c1267 struct damos_sysfs_quota_goals *goals) in damos_sysfs_quota_goals_rm_dirs() argument
1269 struct damos_sysfs_quota_goal **goals_arr = goals->goals_arr; in damos_sysfs_quota_goals_rm_dirs()
1272 for (i = 0; i < goals->nr; i++) in damos_sysfs_quota_goals_rm_dirs()
1274 goals->nr = 0; in damos_sysfs_quota_goals_rm_dirs()
1276 goals->goals_arr = NULL; in damos_sysfs_quota_goals_rm_dirs()
1280 struct damos_sysfs_quota_goals *goals, int nr_goals) in damos_sysfs_quota_goals_add_dirs() argument
1285 damos_sysfs_quota_goals_rm_dirs(goals); in damos_sysfs_quota_goals_add_dirs()
1293 goals->goals_arr = goals_arr; in damos_sysfs_quota_goals_add_dirs()
1298 damos_sysfs_quota_goals_rm_dirs(goals); in damos_sysfs_quota_goals_add_dirs()
1303 &damos_sysfs_quota_goal_ktype, &goals->kobj, in damos_sysfs_quota_goals_add_dirs()
[all …]
H A Dcore.c346 list_add_tail(&g->list, &q->goals); in damos_add_quota_goal()
409 INIT_LIST_HEAD(&scheme->quota.goals); in damon_new_scheme()
2234 if (!quota->ms && list_empty(&quota->goals)) { in damos_set_effective_quota()
2239 if (!list_empty(&quota->goals)) { in damos_set_effective_quota()
2285 if (!quota->ms && !quota->sz && list_empty(&quota->goals)) in damos_adjust_quota()
/linux/tools/testing/selftests/damon/
H 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:
769 for goal in scheme.quota.goals:
800 for goal in scheme.quota.goals:
H A Ddrgn_dump_damon_status.py103 def damos_quota_goals_to_list(goals): argument
106 'struct damos_quota_goal', goals.address_of_(), 'list')]
H A Ddamos_quota_goal.py23 goals=[goal], reset_interval_ms=100),
H A Dsysfs.py68 for idx, qgoal in enumerate(quota.goals):
230 goals=[_damon_sysfs.DamosQuotaGoal(
/linux/scripts/
H A DMakefile.build538 single-subdir-goals := $(filter $(addsuffix /%, $(single-subdirs)), $(MAKECMDGOALS))
540 $(single-subdir-goals): $(single-subdirs)
551 $(filter $@/%, $(single-subdir-goals))
560 targets += $(filter-out $(single-subdir-goals), $(MAKECMDGOALS))
/linux/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/mm/damon/tests/
H A Dcore-kunit.h619 INIT_LIST_HEAD(&dst.goals); in damos_test_commit_quota_goals_for()
620 INIT_LIST_HEAD(&src.goals); in damos_test_commit_quota_goals_for()
709 INIT_LIST_HEAD(&dst.goals); in damos_test_commit_quota()
710 INIT_LIST_HEAD(&src.goals); in damos_test_commit_quota()
903 INIT_LIST_HEAD(&scheme->quota.goals); in damos_test_help_initailize_scheme()
/linux/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/Documentation/devicetree/bindings/remoteproc/
H A Dti,davinci-rproc.txt6 achieving various system level goals.
/linux/Documentation/arch/x86/x86_64/
H A Dfred.rst12 designed with the following goals:
/linux/Documentation/process/
H A Dcontribution-maturity-model.rst109 Upstream Work to work focused on directly pursuing business goals.
H A Dresearcher-guidelines.rst54 with others who have different goals. Responding to a survey, though, is a
/linux/tools/perf/
H A DMakefile.perf283 goals := $(filter-out all sub-make, $(MAKECMDGOALS))
285 $(goals) all: sub-make
289 $(Q)$(MAKE) FIXDEP_BUILT=1 -f Makefile.perf $(goals)
/linux/Documentation/input/devices/
H A Dntrig.rst91 goals of preventing ghosts and accepting real events quickly (to minimize
/linux/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:
/linux/Documentation/crypto/
H A Dapi-intro.rst15 One of the initial goals of this design was to readily support IPsec,
/linux/Documentation/power/
H A Dswsusp.rst83 Article about goals and implementation of Software Suspend for Linux
89 Idea and goals to achieve
/linux/Documentation/driver-api/media/drivers/
H A Dpvrusb2.rst108 however the design goals (strict isolation) and physical layer
/linux/Documentation/networking/
H A Deql.rst258 I have done some testing of this software, with two goals in
/linux/
H A DMakefile2091 single-goals := $(addprefix $(build-dir)/, $(single-no-ko))
2105 $(Q)$(MAKE) $(build)=$@ need-builtin=1 need-modorder=1 $(single-goals)
/linux/Documentation/driver-api/media/
H A Dmc-core.rst17 of the goals of the media framework. To achieve this, hardware devices are

12