Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/tests/
H A Dpmap_tests.c737 thread_call_t huge_pv_panic_call = thread_call_allocate(huge_pv_test_panic, NULL); in test_pmap_huge_pv_list() local
741 .nthreads = 0, .num_mappings = num_mappings, .panic_callout = huge_pv_panic_call in test_pmap_huge_pv_list()
810 huge_pv_start_panic_timer(huge_pv_panic_call); in test_pmap_huge_pv_list()
817 thread_call_cancel_wait(huge_pv_panic_call); in test_pmap_huge_pv_list()
818 thread_call_free(huge_pv_panic_call); in test_pmap_huge_pv_list()