Searched refs:damon_select_ops (Results 1 – 9 of 9) sorted by relevance
| /linux/mm/damon/ |
| H A D | modules-common.c | 27 if (damon_select_ops(ctx, DAMON_OPS_PADDR)) { in damon_modules_new_paddr_ctx_target()
|
| H A D | stat.c | 184 if (damon_select_ops(ctx, DAMON_OPS_PADDR)) in damon_stat_build_ctx()
|
| H A D | sysfs.c | 1466 err = damon_select_ops(ctx, sys_ctx->ops_id); in damon_sysfs_apply_inputs()
|
| H A D | core.c | 96 int damon_select_ops(struct damon_ctx *ctx, enum damon_ops_id id) in damon_select_ops() function
|
| /linux/samples/damon/ |
| H A D | wsse.c | 71 if (damon_select_ops(ctx, DAMON_OPS_VADDR)) { in damon_sample_wsse_start()
|
| H A D | prcl.c | 71 if (damon_select_ops(ctx, DAMON_OPS_VADDR)) { in damon_sample_prcl_start()
|
| H A D | mtier.c | 106 if (damon_select_ops(ctx, DAMON_OPS_PADDR)) in damon_sample_mtier_build_ctx()
|
| /linux/include/linux/ |
| H A D | damon.h | 946 int damon_select_ops(struct damon_ctx *ctx, enum damon_ops_id id);
|
| /linux/mm/damon/tests/ |
| H A D | core-kunit.h | 317 KUNIT_EXPECT_EQ(test, damon_select_ops(c, DAMON_OPS_VADDR), 0); in damon_test_ops_registration() 323 KUNIT_EXPECT_EQ(test, damon_select_ops(c, NR_DAMON_OPS), -EINVAL); in damon_test_ops_registration()
|