Searched defs:damon_callback (Results 1 – 1 of 1) sorted by relevance
433 struct damon_callback { struct434 void *private;436 int (*before_start)(struct damon_ctx *context);437 int (*after_wmarks_check)(struct damon_ctx *context);438 int (*after_sampling)(struct damon_ctx *context);439 int (*after_aggregation)(struct damon_ctx *context);440 int (*before_damos_apply)(struct damon_ctx *context,464 * Please refer to &struct damon_operations and &struct damon_callback for more argument
Completed in 5 milliseconds