Searched refs:damon_operations (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Ddamon.h87 * @pid should be set for appropriate &struct damon_operations including the
111 * The support of each action is up to running &struct damon_operations.
204 * target memory regions using the &struct damon_operations->get_scheme_score.
305 * &struct damon_operations as a part of scheme action trying, and therefore
309 * The support of the filters that handled by &struct damon_operations depend
310 * on the running &struct damon_operations.
336 * Support of each filter type depends on the running &struct damon_operations
390 * Before applying the &action to a memory region, &struct damon_operations
435 * struct damon_operations - Monitoring operations for given use cases.
457 * Each &struct damon_operations instanc
482 struct damon_operations { struct
[all...]
/linux-master/mm/damon/
H A Dpaddr.c334 struct damon_operations ops = {
H A Dvaddr.c704 struct damon_operations ops = {
717 struct damon_operations ops_fvaddr = ops;
H A Dcore-test.h249 struct damon_operations ops, bak;
267 damon_registered_ops[DAMON_OPS_VADDR] = (struct damon_operations){};
H A Dcore.c31 static struct damon_operations damon_registered_ops[NR_DAMON_OPS];
38 struct damon_operations empty_ops = {};
46 * damon_is_registered_ops() - Check if a given damon_operations is registered.
47 * @id: Id of the damon_operations to check if registered.
68 * damon_operations->id so that others can find and use them later.
72 int damon_register_ops(struct damon_operations *ops)
1819 * Usually this will be called by &damon_operations->check_accesses callback.

Completed in 125 milliseconds