Home
last modified time | relevance | path

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

/Linux-v6.1/mm/damon/
Dsysfs.c120 struct damon_sysfs_stats { struct
129 static struct damon_sysfs_stats *damon_sysfs_stats_alloc(void) in damon_sysfs_stats_alloc() argument
131 return kzalloc(sizeof(struct damon_sysfs_stats), GFP_KERNEL); in damon_sysfs_stats_alloc()
137 struct damon_sysfs_stats *stats = container_of(kobj, in nr_tried_show()
138 struct damon_sysfs_stats, kobj); in nr_tried_show()
146 struct damon_sysfs_stats *stats = container_of(kobj, in sz_tried_show()
147 struct damon_sysfs_stats, kobj); in sz_tried_show()
155 struct damon_sysfs_stats *stats = container_of(kobj, in nr_applied_show()
156 struct damon_sysfs_stats, kobj); in nr_applied_show()
164 struct damon_sysfs_stats *stats = container_of(kobj, in sz_applied_show()
[all …]