Searched refs:sysfs_quotas (Results 1 – 1 of 1) sorted by relevance
2739 struct damon_sysfs_quotas *sysfs_quotas; in damos_sysfs_update_effective_quotas() local2745 sysfs_quotas = in damos_sysfs_update_effective_quotas()2747 sysfs_quotas->effective_sz = scheme->quota.esz; in damos_sysfs_update_effective_quotas()2777 struct damon_sysfs_quotas *sysfs_quotas = sysfs_scheme->quotas; in damon_sysfs_mk_scheme() local2778 struct damon_sysfs_weights *sysfs_weights = sysfs_quotas->weights; in damon_sysfs_mk_scheme()2792 .ms = sysfs_quotas->ms, in damon_sysfs_mk_scheme()2793 .sz = sysfs_quotas->sz, in damon_sysfs_mk_scheme()2794 .reset_interval = sysfs_quotas->reset_interval_ms, in damon_sysfs_mk_scheme()2798 .goal_tuner = sysfs_quotas->goal_tuner, in damon_sysfs_mk_scheme()2814 err = damos_sysfs_add_quota_score(sysfs_quotas->goals, &scheme->quota); in damon_sysfs_mk_scheme()