Lines Matching refs:damon_sysfs_stats
199 struct damon_sysfs_stats {
209 static struct damon_sysfs_stats *damon_sysfs_stats_alloc(void)
211 return kzalloc(sizeof(struct damon_sysfs_stats), GFP_KERNEL);
217 struct damon_sysfs_stats *stats = container_of(kobj,
218 struct damon_sysfs_stats, kobj);
226 struct damon_sysfs_stats *stats = container_of(kobj,
227 struct damon_sysfs_stats, kobj);
235 struct damon_sysfs_stats *stats = container_of(kobj,
236 struct damon_sysfs_stats, kobj);
244 struct damon_sysfs_stats *stats = container_of(kobj,
245 struct damon_sysfs_stats, kobj);
253 struct damon_sysfs_stats *stats = container_of(kobj,
254 struct damon_sysfs_stats, kobj);
262 struct damon_sysfs_stats *stats = container_of(kobj,
263 struct damon_sysfs_stats, kobj);
270 kfree(container_of(kobj, struct damon_sysfs_stats, kobj));
300 ATTRIBUTE_GROUPS(damon_sysfs_stats);
1459 struct damon_sysfs_stats *stats;
1578 struct damon_sysfs_stats *stats = damon_sysfs_stats_alloc();
2127 struct damon_sysfs_stats *sysfs_stats;