Lines Matching refs:schemes
19 /* Max priority score for DAMON-based operation schemes */
311 * To do the work only when needed, schemes can be activated for specific
312 * system situations using &wmarks. If all schemes that registered to the
316 * If all schemes that registered to a &struct damon_ctx are inactive, DAMON
424 * @after_wmarks_check: Called after each schemes' watermarks check.
437 * operation schemes' watermarks check. If users need to make changes to the
519 * @schemes: Head of schemes (&damos) list.
548 struct list_head schemes;
593 list_for_each_entry(s, &(ctx)->schemes, list)
596 list_for_each_entry_safe(s, next, &(ctx)->schemes, list)
646 struct damos **schemes, ssize_t nr_schemes);