Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddamon.h668 bool (*target_valid)(struct damon_target *t); member
/linux/mm/damon/
H A Dcore.c2545 if (c->ops.target_valid && c->ops.target_valid(t) == false) in kdamond_apply_schemes()
2795 if (!ctx->ops.target_valid) in kdamond_need_stop()
2799 if (ctx->ops.target_valid(t)) in kdamond_need_stop()