Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Ddamon.h433 struct damon_callback { struct
434 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