Home
last modified time | relevance | path

Searched refs:nr_snapshots (Results 1 – 4 of 4) sorted by relevance

/linux/include/trace/events/
H A Ddamon.h28 __field(unsigned long, nr_snapshots)
40 __entry->nr_snapshots = stat->nr_snapshots;
50 __entry->nr_snapshots)
/linux/include/linux/
H A Ddamon.h378 unsigned long nr_snapshots; member
/linux/mm/damon/
H A Dsysfs-schemes.c204 unsigned long nr_snapshots; member
273 return sysfs_emit(buf, "%lu\n", stats->nr_snapshots); in nr_snapshots_show()
322 __ATTR_RO_MODE(nr_snapshots, 0400);
2885 sysfs_stats->nr_snapshots = scheme->stat.nr_snapshots; in damon_sysfs_schemes_update_stats()
H A Dcore.c2143 s->max_nr_snapshots <= s->stat.nr_snapshots) in damon_do_apply_schemes()
2150 s->stat.nr_snapshots++; in damon_do_apply_schemes()