Home
last modified time | relevance | path

Searched refs:max_nr_snapshots (Results 1 – 6 of 6) sorted by relevance

/linux/mm/damon/
H A Dsysfs-schemes.c206 unsigned long max_nr_snapshots; member
283 return sysfs_emit(buf, "%lu\n", stats->max_nr_snapshots); in max_nr_snapshots_show()
291 unsigned long max_nr_snapshots, err = kstrtoul(buf, 0, &max_nr_snapshots); in max_nr_snapshots_store() local
295 stats->max_nr_snapshots = max_nr_snapshots; in max_nr_snapshots_store()
326 __ATTR_RW_MODE(max_nr_snapshots, 0600);
2762 scheme->max_nr_snapshots = sysfs_scheme->stats->max_nr_snapshots; in damon_sysfs_mk_scheme()
H A Dcore.c404 scheme->max_nr_snapshots = 0; in damon_new_scheme()
1085 dst->max_nr_snapshots = src->max_nr_snapshots; in damos_commit()
2020 if (s->max_nr_snapshots && in damon_do_apply_schemes()
2021 s->max_nr_snapshots <= s->stat.nr_snapshots) in damon_do_apply_schemes()
/linux/include/linux/
H A Ddamon.h578 unsigned long max_nr_snapshots; member
/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst95 …_tried,sz_tried,nr_applied,sz_applied,sz_ops_filter_passed,qt_exceeds,nr_snapshots,max_nr_snapshots
552 ``max_nr_snapshots``), respectively.
/linux/Documentation/mm/damon/
H A Ddesign.rst727 - ``max_nr_snapshots``: Upper limit of ``nr_snapshots``.
749 Unlike normal stats, ``max_nr_snapshots`` is set by users. If it is set as
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon525 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/stats/max_nr_snapshots