Home
last modified time | relevance | path

Searched refs:damon_select_ops (Results 1 – 6 of 6) sorted by relevance

/linux/mm/damon/
H A Dmodules-common.c27 if (damon_select_ops(ctx, DAMON_OPS_PADDR)) { in damon_modules_new_paddr_ctx_target()
H A Ddbgfs.c
H A Dsysfs.c1231 err = damon_select_ops(ctx, sys_ctx->ops_id); in damon_sysfs_upd_schemes_stats()
H A Dcore.c101 int damon_select_ops(struct damon_ctx *ctx, enum damon_ops_id id) in damon_select_ops() function
/linux/mm/damon/tests/
H A Dcore-kunit.h260 KUNIT_EXPECT_EQ(test, damon_select_ops(c, DAMON_OPS_VADDR), 0); in damon_test_ops_registration()
266 KUNIT_EXPECT_EQ(test, damon_select_ops(c, NR_DAMON_OPS), -EINVAL); in damon_test_ops_registration()
/linux/include/linux/
H A Ddamon.h524 * via damon_register_ops() and selected by damon_select_ops() later.
845 int damon_select_ops(struct damon_ctx *ctx, enum damon_ops_id id);