Lines Matching refs:context
497 void (*init)(struct damon_ctx *context);
498 void (*update)(struct damon_ctx *context);
499 void (*prepare_access_checks)(struct damon_ctx *context);
500 unsigned int (*check_accesses)(struct damon_ctx *context);
501 void (*reset_aggregated)(struct damon_ctx *context);
502 int (*get_scheme_score)(struct damon_ctx *context,
505 unsigned long (*apply_scheme)(struct damon_ctx *context,
509 void (*cleanup)(struct damon_ctx *context);
544 int (*before_start)(struct damon_ctx *context);
545 int (*after_wmarks_check)(struct damon_ctx *context);
546 int (*after_sampling)(struct damon_ctx *context);
547 int (*after_aggregation)(struct damon_ctx *context);
548 int (*before_damos_apply)(struct damon_ctx *context,
552 void (*before_terminate)(struct damon_ctx *context);