Home
last modified time | relevance | path

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

/Linux-v6.1/mm/damon/
Dsysfs.c394 struct damon_sysfs_weights { struct
401 static struct damon_sysfs_weights *damon_sysfs_weights_alloc(unsigned int sz, in damon_sysfs_weights_alloc() argument
404 struct damon_sysfs_weights *weights = kmalloc(sizeof(*weights), in damon_sysfs_weights_alloc()
419 struct damon_sysfs_weights *weights = container_of(kobj, in sz_permil_show()
420 struct damon_sysfs_weights, kobj); in sz_permil_show()
428 struct damon_sysfs_weights *weights = container_of(kobj, in sz_permil_store()
429 struct damon_sysfs_weights, kobj); in sz_permil_store()
438 struct damon_sysfs_weights *weights = container_of(kobj, in nr_accesses_permil_show()
439 struct damon_sysfs_weights, kobj); in nr_accesses_permil_show()
447 struct damon_sysfs_weights *weights = container_of(kobj, in nr_accesses_permil_store()
[all …]