Searched refs:after_sampling (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddamon.h504 * @after_sampling: Called after each sampling.
520 * The monitoring thread calls @after_sampling and @after_aggregation for each
533 int (*after_sampling)(struct damon_ctx *context); member in struct:damon_callback
/linux-master/mm/damon/
H A Dcore.c1625 if (ctx->callback.after_sampling &&
1626 ctx->callback.after_sampling(ctx))
H A Dsysfs.c1495 * after_sampling() is called back only while the context is not
1526 ctx->callback.after_sampling = damon_sysfs_after_sampling;

Completed in 197 milliseconds