Home
last modified time | relevance | path

Searched refs:damon_sysfs_weights (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/damon/
H A Dsysfs-schemes.c782 struct damon_sysfs_weights { struct
789 static struct damon_sysfs_weights *damon_sysfs_weights_alloc(unsigned int sz, in damon_sysfs_weights_alloc() argument
792 struct damon_sysfs_weights *weights = kmalloc(sizeof(*weights), in damon_sysfs_weights_alloc()
807 struct damon_sysfs_weights *weights = container_of(kobj, in sz_permil_show()
808 struct damon_sysfs_weights, kobj); in sz_permil_show()
816 struct damon_sysfs_weights *weights = container_of(kobj, in sz_permil_store()
817 struct damon_sysfs_weights, kobj); in sz_permil_store()
826 struct damon_sysfs_weights *weights = container_of(kobj, in nr_accesses_permil_show()
827 struct damon_sysfs_weights, kobj); in nr_accesses_permil_show()
835 struct damon_sysfs_weights *weights = container_of(kobj, in nr_accesses_permil_store()
[all …]