Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddamon.h495 struct damon_operations { struct
496 enum damon_ops_id id;
497 void (*init)(struct damon_ctx *context);
498 void (*update)(struct damon_ctx *context);
499 void (*prepare_access_checks)(struct damon_ctx *context);
500 unsigned int (*check_accesses)(struct damon_ctx *context);
501 void (*reset_aggregated)(struct damon_ctx *context);
502 int (*get_scheme_score)(struct damon_ctx *context,
505 unsigned long (*apply_scheme)(struct damon_ctx *context,
508 bool (*target_valid)(struct damon_target *t);
[all …]