Searched refs:damon_sysfs_region (Results 1 – 1 of 1) sorted by relevance
18 struct damon_sysfs_region { struct23 static struct damon_sysfs_region *damon_sysfs_region_alloc(void) in damon_sysfs_region_alloc() argument25 return kzalloc(sizeof(struct damon_sysfs_region), GFP_KERNEL); in damon_sysfs_region_alloc()31 struct damon_sysfs_region *region = container_of(kobj, in start_show()32 struct damon_sysfs_region, kobj); in start_show()40 struct damon_sysfs_region *region = container_of(kobj, in start_store()41 struct damon_sysfs_region, kobj); in start_store()50 struct damon_sysfs_region *region = container_of(kobj, in end_show()51 struct damon_sysfs_region, kobj); in end_show()59 struct damon_sysfs_region *region = container_of(kobj, in end_store()[all …]