Lines Matching full:goal
144 * enum damos_quota_goal_metric - Represents the metric to be used as the goal
148 * @NR_DAMOS_QUOTA_GOAL_METRICS: Number of DAMOS quota goal metrics.
159 * struct damos_quota_goal - DAMOS scheme quota auto-tuning goal.
160 * @metric: Metric to be used for representing the goal.
166 * Data structure for getting the current score of the quota tuning goal. The
650 * struct damon_intervals_goal - Monitoring intervals auto-tuning goal.
680 * @intervals_goal: Intervals auto-tuning goal.
836 #define damos_for_each_quota_goal(goal, quota) \ argument
837 list_for_each_entry(goal, "a->goals, list)
839 #define damos_for_each_quota_goal_safe(goal, next, quota) \ argument
840 list_for_each_entry_safe(goal, next, &(quota)->goals, list)
886 void damos_destroy_quota_goal(struct damos_quota_goal *goal);