Home
last modified time | relevance | path

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

/Linux-v6.6/mm/damon/
Dsysfs-schemes.c779 struct damon_sysfs_weights { struct
786 static struct damon_sysfs_weights *damon_sysfs_weights_alloc(unsigned int sz, in damon_sysfs_weights_alloc() argument
789 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 …]