Lines Matching refs:damon_sysfs_stats
184 struct damon_sysfs_stats {
193 static struct damon_sysfs_stats *damon_sysfs_stats_alloc(void)
195 return kzalloc(sizeof(struct damon_sysfs_stats), GFP_KERNEL);
201 struct damon_sysfs_stats *stats = container_of(kobj,
202 struct damon_sysfs_stats, kobj);
210 struct damon_sysfs_stats *stats = container_of(kobj,
211 struct damon_sysfs_stats, kobj);
219 struct damon_sysfs_stats *stats = container_of(kobj,
220 struct damon_sysfs_stats, kobj);
228 struct damon_sysfs_stats *stats = container_of(kobj,
229 struct damon_sysfs_stats, kobj);
237 struct damon_sysfs_stats *stats = container_of(kobj,
238 struct damon_sysfs_stats, kobj);
245 kfree(container_of(kobj, struct damon_sysfs_stats, kobj));
271 ATTRIBUTE_GROUPS(damon_sysfs_stats);
1130 struct damon_sysfs_stats *stats;
1244 struct damon_sysfs_stats *stats = damon_sysfs_stats_alloc();
1703 struct damon_sysfs_stats *sysfs_stats;