Searched refs:damon_sysfs_weights (Results 1 – 1 of 1) sorted by relevance
779 struct damon_sysfs_weights { struct786 static struct damon_sysfs_weights *damon_sysfs_weights_alloc(unsigned int sz, in damon_sysfs_weights_alloc() argument789 struct damon_sysfs_weights *weights = kmalloc(sizeof(*weights), in damon_sysfs_weights_alloc()804 struct damon_sysfs_weights *weights = container_of(kobj, in sz_permil_show()805 struct damon_sysfs_weights, kobj); in sz_permil_show()813 struct damon_sysfs_weights *weights = container_of(kobj, in sz_permil_store()814 struct damon_sysfs_weights, kobj); in sz_permil_store()823 struct damon_sysfs_weights *weights = container_of(kobj, in nr_accesses_permil_show()824 struct damon_sysfs_weights, kobj); in nr_accesses_permil_show()832 struct damon_sysfs_weights *weights = container_of(kobj, in nr_accesses_permil_store()[all …]