Home
last modified time | relevance | path

Searched defs:damon_callback (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/linux/
Ddamon.h449 struct damon_callback { struct
450 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