Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddamon.h346 int (*after_sampling)(struct damon_ctx *context); member
/OK3568_Linux_fs/kernel/mm/damon/
H A Dcore.c1025 if (ctx->callback.after_sampling && in kdamond_fn()
1026 ctx->callback.after_sampling(ctx)) in kdamond_fn()