Home
last modified time | relevance | path

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

/Linux-v6.6/mm/damon/
Dsysfs-schemes.c181 struct damon_sysfs_stats { struct
190 static struct damon_sysfs_stats *damon_sysfs_stats_alloc(void) in damon_sysfs_stats_alloc() argument
192 return kzalloc(sizeof(struct damon_sysfs_stats), GFP_KERNEL); in damon_sysfs_stats_alloc()
198 struct damon_sysfs_stats *stats = container_of(kobj, in nr_tried_show()
199 struct damon_sysfs_stats, kobj); in nr_tried_show()
207 struct damon_sysfs_stats *stats = container_of(kobj, in sz_tried_show()
208 struct damon_sysfs_stats, kobj); in sz_tried_show()
216 struct damon_sysfs_stats *stats = container_of(kobj, in nr_applied_show()
217 struct damon_sysfs_stats, kobj); in nr_applied_show()
225 struct damon_sysfs_stats *stats = container_of(kobj, in sz_applied_show()
[all …]