Home
last modified time | relevance | path

Searched refs:sysfs_quotas (Results 1 – 3 of 3) sorted by relevance

/linux/mm/damon/
H A Dsysfs-schemes.c2018 struct damon_sysfs_quotas *sysfs_quotas; in damos_sysfs_update_effective_quotas() local
2024 sysfs_quotas = in damos_sysfs_update_effective_quotas()
2026 sysfs_quotas->effective_sz = scheme->quota.esz; in damos_sysfs_update_effective_quotas()
2035 struct damon_sysfs_quotas *sysfs_quotas = sysfs_scheme->quotas; in damon_sysfs_mk_scheme() local
2036 struct damon_sysfs_weights *sysfs_weights = sysfs_quotas->weights; in damon_sysfs_mk_scheme()
2052 .ms = sysfs_quotas->ms, in damon_sysfs_mk_scheme()
2053 .sz = sysfs_quotas->sz, in damon_sysfs_mk_scheme()
2054 .reset_interval = sysfs_quotas->reset_interval_ms, in damon_sysfs_mk_scheme()
2073 err = damos_sysfs_add_quota_score(sysfs_quotas->goals, &scheme->quota); in damon_sysfs_mk_scheme()
/linux/Documentation/mm/damon/
H A Ddesign.rst399 <sysfs_interface>`, refer to :ref:`quotas <sysfs_quotas>` part of the
430 interface <sysfs_interface>`, refer to :ref:`weights <sysfs_quotas>` part of
/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst86 │ │ │ │ │ │ │ :ref:`quotas <sysfs_quotas>`/ms,bytes,reset_interval_ms,effective_bytes
158 kdamond. For more details, refer to :ref:`quotas directory <sysfs_quotas>`.