Lines Matching refs:threshold_pages
51 uint32_t threshold_mb, expected_threshold_pages, threshold_pages; variable
62 &threshold_pages, &threshold_size, NULL, 0);
65 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
76 &threshold_pages, &threshold_size, NULL, 0);
79 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
90 &threshold_pages, &threshold_size, NULL, 0);
93 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
115 uint32_t threshold_mb, expected_threshold_pages, threshold_pages; variable
130 &threshold_pages, &threshold_size, NULL, 0);
133 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
180 …T_EXPECT_EQ(soft_before - soft_after, threshold_pages, "Soft threshold is raised by ballast offset…
182 …T_EXPECT_EQ(idle_before - idle_after, threshold_pages, "Idle threshold is raised by ballast offset…
185 …T_EXPECT_EQ(soft_after - soft_before, threshold_pages, "Soft threshold is raised by ballast offset…
187 …T_EXPECT_EQ(idle_after - idle_before, threshold_pages, "Idle threshold is raised by ballast offset…