Home
last modified time | relevance | path

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

/openbmc/linux/mm/damon/
H A Dsysfs-schemes.c184 struct damon_sysfs_stats { struct
193 static struct damon_sysfs_stats *damon_sysfs_stats_alloc(void) in damon_sysfs_stats_alloc() argument
195 return kzalloc(sizeof(struct damon_sysfs_stats), GFP_KERNEL); in damon_sysfs_stats_alloc()
201 struct damon_sysfs_stats *stats = container_of(kobj, in nr_tried_show()
202 struct damon_sysfs_stats, kobj); in nr_tried_show()
210 struct damon_sysfs_stats *stats = container_of(kobj, in sz_tried_show()
211 struct damon_sysfs_stats, kobj); in sz_tried_show()
219 struct damon_sysfs_stats *stats = container_of(kobj, in nr_applied_show()
220 struct damon_sysfs_stats, kobj); in nr_applied_show()
228 struct damon_sysfs_stats *stats = container_of(kobj, in sz_applied_show()
[all …]