Searched refs:nr_snapshots (Results 1 – 7 of 7) sorted by relevance
| /linux/include/trace/events/ ! |
| H A D | damon.h | 28 __field(unsigned long, nr_snapshots) 40 __entry->nr_snapshots = stat->nr_snapshots; 50 __entry->nr_snapshots)
|
| /linux/mm/damon/ ! |
| H A D | sysfs-schemes.c | 205 unsigned long nr_snapshots; member 274 return sysfs_emit(buf, "%lu\n", stats->nr_snapshots); in nr_snapshots_show() 323 __ATTR_RO_MODE(nr_snapshots, 0400); 2807 sysfs_stats->nr_snapshots = scheme->stat.nr_snapshots; in damon_sysfs_schemes_update_stats()
|
| H A D | core.c | 2021 s->max_nr_snapshots <= s->stat.nr_snapshots) in damon_do_apply_schemes() 2028 s->stat.nr_snapshots++; in damon_do_apply_schemes()
|
| /linux/include/linux/ ! |
| H A D | damon.h | 364 unsigned long nr_snapshots; member
|
| /linux/Documentation/mm/damon/ ! |
| H A D | design.rst | 725 - ``nr_snapshots``: Total number of DAMON snapshots that the scheme is tried to 727 - ``max_nr_snapshots``: Upper limit of ``nr_snapshots``. 750 non-zero and ``nr_snapshots`` be same to or greater than ``nr_snapshots``, the
|
| /linux/Documentation/ABI/testing/ ! |
| H A D | sysfs-kernel-mm-damon | 519 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/stats/nr_snapshots 529 nr_snapshots that deactivates the scheme when the limit is
|
| /linux/Documentation/admin-guide/mm/damon/ ! |
| H A D | usage.rst | 95 …_tried,sz_tried,nr_applied,sz_applied,sz_ops_filter_passed,qt_exceeds,nr_snapshots,max_nr_snapshots 551 ``sz_ops_filter_passed``, ``qt_exceeds``, ``nr_snapshots`` and
|