Searched defs:damon_callback (Results 1 – 1 of 1) sorted by relevance
460 struct damon_callback { struct461 void *private;463 int (*before_start)(struct damon_ctx *context);464 int (*after_wmarks_check)(struct damon_ctx *context);465 int (*after_sampling)(struct damon_ctx *context);466 int (*after_aggregation)(struct damon_ctx *context);467 int (*before_damos_apply)(struct damon_ctx *context,491 * Please refer to &struct damon_operations and &struct damon_callback for more argument