Searched defs:damon_primitive (Results 1 – 1 of 1) sorted by relevance
101 struct damon_primitive { struct102 void (*init)(struct damon_ctx *context);103 void (*update)(struct damon_ctx *context);104 void (*prepare_access_checks)(struct damon_ctx *context);105 unsigned int (*check_accesses)(struct damon_ctx *context);106 void (*reset_aggregated)(struct damon_ctx *context);107 bool (*target_valid)(void *target);108 void (*cleanup)(struct damon_ctx *context);