Searched refs:sr_timer_call (Results 1 – 2 of 2) sorted by relevance
460 if (shared_region->sr_timer_call != NULL) { in vm_shared_region_reference_locked()464 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()466 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_reference_locked()467 shared_region->sr_timer_call = NULL; in vm_shared_region_reference_locked()555 if (shared_region->sr_timer_call == NULL && in vm_shared_region_deallocate()563 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_deallocate()571 thread_call_enter_delayed(shared_region->sr_timer_call, in vm_shared_region_deallocate()823 shared_region->sr_timer_call = NULL; in vm_shared_region_create()926 if (shared_region->sr_timer_call) { in vm_shared_region_destroy()927 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_destroy()[all …]
213 thread_call_t sr_timer_call; member