Home
last modified time | relevance | path

Searched refs:reset_aggregated (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Ddamon.h501 void (*reset_aggregated)(struct damon_ctx *context); member
/linux/mm/damon/
H A Dpaddr.c531 .reset_aggregated = NULL, in damon_pa_initcall()
H A Dvaddr.c712 .reset_aggregated = NULL, in damon_va_initcall()
H A Dcore.c2041 if (ctx->ops.reset_aggregated) in kdamond_fn()
2042 ctx->ops.reset_aggregated(ctx); in kdamond_fn()