Home
last modified time | relevance | path

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

/Linux-v6.1/mm/damon/
Dsysfs.c505 struct damon_sysfs_quotas { struct
513 static struct damon_sysfs_quotas *damon_sysfs_quotas_alloc(void) in damon_sysfs_quotas_alloc() argument
515 return kzalloc(sizeof(struct damon_sysfs_quotas), GFP_KERNEL); in damon_sysfs_quotas_alloc()
518 static int damon_sysfs_quotas_add_dirs(struct damon_sysfs_quotas *quotas) in damon_sysfs_quotas_add_dirs()
536 static void damon_sysfs_quotas_rm_dirs(struct damon_sysfs_quotas *quotas) in damon_sysfs_quotas_rm_dirs()
544 struct damon_sysfs_quotas *quotas = container_of(kobj, in ms_show()
545 struct damon_sysfs_quotas, kobj); in ms_show()
553 struct damon_sysfs_quotas *quotas = container_of(kobj, in ms_store()
554 struct damon_sysfs_quotas, kobj); in ms_store()
565 struct damon_sysfs_quotas *quotas = container_of(kobj, in bytes_show()
[all …]