Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dpmap_stress.c97 } hugepv_in; variable
98 hugepv_in.num_loops = 500;
99 hugepv_in.num_mappings = 500000;
112 &hugepv_in, sizeof(hugepv_in)), "kern.pmap_huge_pv_list_test");
/xnu-12377.1.9/bsd/tests/
H A Dpmap_test_sysctl.c188 } hugepv_in; in sysctl_test_pmap_huge_pv_list() local
190 int error = SYSCTL_IN(req, &hugepv_in, sizeof(hugepv_in)); in sysctl_test_pmap_huge_pv_list()
194 return test_pmap_huge_pv_list(hugepv_in.num_loops, hugepv_in.num_mappings); in sysctl_test_pmap_huge_pv_list()