Searched refs:damos_filter_match (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/damon/tests/ |
| H A D | core-kunit.h | 1060 KUNIT_EXPECT_TRUE(test, damos_filter_match(NULL, t, r, f, 1)); in damos_test_filter_out() 1067 damos_filter_match(NULL, t, r, f, 1)); in damos_test_filter_out() 1074 damos_filter_match(NULL, t, r, f, 1)); in damos_test_filter_out() 1080 KUNIT_EXPECT_FALSE(test, damos_filter_match(NULL, t, r, f, 1)); in damos_test_filter_out() 1094 damos_filter_match(NULL, t, r, f, 1)); in damos_test_filter_out()
|
| /linux/mm/damon/ |
| H A D | core.c | 1739 static bool damos_filter_match(struct damon_ctx *ctx, struct damon_target *t, in damos_filter_match() function 1795 if (damos_filter_match(ctx, t, r, filter, ctx->min_sz_region)) { in damos_filter_out()
|