Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Ddamon.h387 struct damon_operations { struct
388 enum damon_ops_id id;
389 void (*init)(struct damon_ctx *context);
390 void (*update)(struct damon_ctx *context);
391 void (*prepare_access_checks)(struct damon_ctx *context);
392 unsigned int (*check_accesses)(struct damon_ctx *context);
393 void (*reset_aggregated)(struct damon_ctx *context);
394 int (*get_scheme_score)(struct damon_ctx *context,
397 unsigned long (*apply_scheme)(struct damon_ctx *context,
400 bool (*target_valid)(struct damon_target *t);
[all …]

Completed in 5 milliseconds