Lines Matching full:schemes
19 /* Max priority score for DAMON-based operation schemes */
394 * schemes. Refer to damos_walk() for more details.
445 * To do the work only when needed, schemes can be activated for specific
446 * system situations using &wmarks. If all schemes that registered to the
586 * @after_wmarks_check: Called after each schemes' watermarks check.
599 * operation schemes' watermarks check. If users need to make changes to the
703 * @schemes: Head of schemes (&damos) list.
740 struct list_head schemes; member
785 list_for_each_entry(s, &(ctx)->schemes, list)
788 list_for_each_entry_safe(s, next, &(ctx)->schemes, list)
856 struct damos **schemes, ssize_t nr_schemes);