Home
last modified time | relevance | path

Searched refs:apply_probes (Results 1 – 3 of 3) sorted by relevance

/linux/mm/damon/
H A Dpaddr.c449 .apply_probes = damon_pa_apply_probes, in damon_pa_initcall()
H A Dcore.c3538 if (ctx->ops.apply_probes) in kdamond_fn()
3539 ctx->ops.apply_probes(ctx); in kdamond_fn()
/linux/include/linux/
H A Ddamon.h677 void (*apply_probes)(struct damon_ctx *context); member