Home
last modified time | relevance | path

Searched defs:damon_operations (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Ddamon.h615 struct damon_operations { struct
616 enum damon_ops_id id;
617 void (*init)(struct damon_ctx *context);
618 void (*update)(struct damon_ctx *context);
619 void (*prepare_access_checks)(struct damon_ctx *context);
620 unsigned int (*check_accesses)(struct damon_ctx *context);
621 int (*get_scheme_score)(struct damon_ctx *context,
624 unsigned long (*apply_scheme)(struct damon_ctx *context,
627 bool (*target_valid)(struct damon_target *t);
628 void (*cleanup_target)(struct damon_target *t);
[all …]