Searched defs:damon_primitive (Results 1 – 1 of 1) sorted by relevance
282 struct damon_primitive { struct283 void (*init)(struct damon_ctx *context);284 void (*update)(struct damon_ctx *context);285 void (*prepare_access_checks)(struct damon_ctx *context);286 unsigned int (*check_accesses)(struct damon_ctx *context);287 void (*reset_aggregated)(struct damon_ctx *context);288 int (*get_scheme_score)(struct damon_ctx *context,291 int (*apply_scheme)(struct damon_ctx *context, struct damon_target *t,293 bool (*target_valid)(void *target);294 void (*cleanup)(struct damon_ctx *context);
Completed in 6 milliseconds