Home
last modified time | relevance | path

Searched defs:damon_operations (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/include/linux/
Ddamon.h336 struct damon_operations { struct
337 enum damon_ops_id id;
338 void (*init)(struct damon_ctx *context);
339 void (*update)(struct damon_ctx *context);
340 void (*prepare_access_checks)(struct damon_ctx *context);
341 unsigned int (*check_accesses)(struct damon_ctx *context);
342 void (*reset_aggregated)(struct damon_ctx *context);
343 int (*get_scheme_score)(struct damon_ctx *context,
346 unsigned long (*apply_scheme)(struct damon_ctx *context,
349 bool (*target_valid)(struct damon_target *t);
[all …]