Searched refs:target_valid (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/damon/
H A Dpaddr.c341 .target_valid = NULL,
H A Dvaddr.c711 .target_valid = damon_va_target_valid,
H A Dcore.c1472 if (!ctx->ops.target_valid)
1476 if (ctx->ops.target_valid(t))
/linux-master/include/linux/
H A Ddamon.h445 * @target_valid: Determine if the target is valid.
453 * @check_accesses, @target_valid and @prepare_access_checks after each
478 * @target_valid should check whether the target is still valid for the
495 bool (*target_valid)(struct damon_target *t); member in struct:damon_operations
585 * targets is checked via the &damon_operations.target_valid of @ops. The

Completed in 81 milliseconds