Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/tests/
H A Dpmap_tests.c743 thread_call_t huge_pv_timer_call = thread_call_allocate(huge_pv_test_timeout, &args); in test_pmap_huge_pv_list() local
779 thread_call_enter_delayed(huge_pv_timer_call, deadline); in test_pmap_huge_pv_list()
793 thread_call_cancel_wait(huge_pv_timer_call); in test_pmap_huge_pv_list()
794 thread_call_free(huge_pv_timer_call); in test_pmap_huge_pv_list()