Searched defs:damon_primitive (Results 1 – 1 of 1) sorted by relevance
304 struct damon_primitive { struct305 void (*init)(struct damon_ctx *context);306 void (*update)(struct damon_ctx *context);307 void (*prepare_access_checks)(struct damon_ctx *context);308 unsigned int (*check_accesses)(struct damon_ctx *context);309 void (*reset_aggregated)(struct damon_ctx *context);310 int (*get_scheme_score)(struct damon_ctx *context,313 unsigned long (*apply_scheme)(struct damon_ctx *context,316 bool (*target_valid)(void *target);317 void (*cleanup)(struct damon_ctx *context);