Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dsysfs-schemes.c945 struct damos_sysfs_quota_goals { struct
951 static struct damos_sysfs_quota_goals *damos_sysfs_quota_goals_alloc(void) in damos_sysfs_quota_goals_alloc() argument
953 return kzalloc(sizeof(struct damos_sysfs_quota_goals), GFP_KERNEL); in damos_sysfs_quota_goals_alloc()
957 struct damos_sysfs_quota_goals *goals) in damos_sysfs_quota_goals_rm_dirs()
970 struct damos_sysfs_quota_goals *goals, int nr_goals) in damos_sysfs_quota_goals_add_dirs()
1010 struct damos_sysfs_quota_goals *goals = container_of(kobj, in nr_goals_show()
1011 struct damos_sysfs_quota_goals, kobj); in nr_goals_show()
1019 struct damos_sysfs_quota_goals *goals; in nr_goals_store()
1027 goals = container_of(kobj, struct damos_sysfs_quota_goals, kobj); in nr_goals_store()
1041 kfree(container_of(kobj, struct damos_sysfs_quota_goals, kobj)); in damos_sysfs_quota_goals_release()
[all …]