Searched defs:damon_callback (Results 1 – 1 of 1) sorted by relevance
449 struct damon_callback { struct450 void *private;452 int (*before_start)(struct damon_ctx *context);453 int (*after_wmarks_check)(struct damon_ctx *context);454 int (*after_sampling)(struct damon_ctx *context);455 int (*after_aggregation)(struct damon_ctx *context);456 int (*before_damos_apply)(struct damon_ctx *context,480 * Please refer to &struct damon_operations and &struct damon_callback for more argument