Searched defs:damon_operations (Results 1 – 1 of 1) sorted by relevance
590 struct damon_operations { struct591 enum damon_ops_id id;592 void (*init)(struct damon_ctx *context);593 void (*update)(struct damon_ctx *context);594 void (*prepare_access_checks)(struct damon_ctx *context);595 unsigned int (*check_accesses)(struct damon_ctx *context);596 int (*get_scheme_score)(struct damon_ctx *context,599 unsigned long (*apply_scheme)(struct damon_ctx *context,602 bool (*target_valid)(struct damon_target *t);603 void (*cleanup)(struct damon_ctx *context);