Lines Matching defs:damon_sysfs_targets
290 struct damon_sysfs_targets {
296 static struct damon_sysfs_targets *damon_sysfs_targets_alloc(void)
298 return kzalloc(sizeof(struct damon_sysfs_targets), GFP_KERNEL);
301 static void damon_sysfs_targets_rm_dirs(struct damon_sysfs_targets *targets)
315 static int damon_sysfs_targets_add_dirs(struct damon_sysfs_targets *targets,
362 struct damon_sysfs_targets *targets = container_of(kobj,
363 struct damon_sysfs_targets, kobj);
371 struct damon_sysfs_targets *targets;
379 targets = container_of(kobj, struct damon_sysfs_targets, kobj);
393 kfree(container_of(kobj, struct damon_sysfs_targets, kobj));
403 ATTRIBUTE_GROUPS(damon_sysfs_targets);
636 struct damon_sysfs_targets *targets;
677 struct damon_sysfs_targets *targets = damon_sysfs_targets_alloc();
1195 struct damon_sysfs_targets *sysfs_targets)