Home
last modified time | relevance | path

Searched refs:after_sampling (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Ddamon.h454 int (*after_sampling)(struct damon_ctx *context); member
/Linux-v6.6/mm/damon/
Dcore.c1392 if (ctx->callback.after_sampling && in kdamond_fn()
1393 ctx->callback.after_sampling(ctx)) in kdamond_fn()