Lines Matching full:schemes
19 /* Max priority score for DAMON-based operation schemes */
412 * schemes. Refer to damos_walk() for more details.
464 * To do the work only when needed, schemes can be activated for specific
465 * system situations using &wmarks. If all schemes that registered to the
603 * @after_wmarks_check: Called after each schemes' watermarks check.
611 * operation schemes' watermarks check. If users need to make changes to the
744 * @schemes: Head of schemes (&damos) list.
786 struct list_head schemes; member
831 list_for_each_entry(s, &(ctx)->schemes, list)
834 list_for_each_entry_safe(s, next, &(ctx)->schemes, list)
909 struct damos **schemes, ssize_t nr_schemes);