Lines Matching refs:context
305 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,
317 void (*cleanup)(struct damon_ctx *context);
345 int (*before_start)(struct damon_ctx *context);
346 int (*after_sampling)(struct damon_ctx *context);
347 int (*after_aggregation)(struct damon_ctx *context);
348 void (*before_terminate)(struct damon_ctx *context);