Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/memorystatus/
H A Dmemorystatus_experiment_factors.c51 uint32_t threshold_mb, expected_threshold_pages, threshold_pages; variable
60 expected_threshold_pages = (threshold_mb << 20) / vm_kernel_page_size;
65 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
74 expected_threshold_pages = (threshold_mb << 20) / vm_kernel_page_size;
79 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
88 expected_threshold_pages = (threshold_mb << 20) / vm_kernel_page_size;
93 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
115 uint32_t threshold_mb, expected_threshold_pages, threshold_pages; variable
128 expected_threshold_pages = (threshold_mb << 20) / vm_kernel_page_size;
133 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,