Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/tests/
H A Dpmap_tests.c779 thread_call_t huge_pv_panic_call = thread_call_allocate(huge_pv_test_panic, NULL); in test_pmap_huge_pv_list() local
783 .nthreads = 0, .num_mappings = num_mappings, .panic_callout = huge_pv_panic_call in test_pmap_huge_pv_list()
852 huge_pv_start_panic_timer(huge_pv_panic_call); in test_pmap_huge_pv_list()
859 thread_call_cancel_wait(huge_pv_panic_call); in test_pmap_huge_pv_list()
860 thread_call_free(huge_pv_panic_call); in test_pmap_huge_pv_list()