Searched refs:sr_timer_call (Results 1 – 2 of 2) sorted by relevance
494 if (shared_region->sr_timer_call != NULL) { in vm_shared_region_reference_locked()498 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()500 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_reference_locked()501 shared_region->sr_timer_call = NULL; in vm_shared_region_reference_locked()590 if (shared_region->sr_timer_call == NULL && in vm_shared_region_deallocate()600 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_deallocate()608 thread_call_enter_delayed(shared_region->sr_timer_call, in vm_shared_region_deallocate()863 shared_region->sr_timer_call = NULL; in vm_shared_region_create()964 if (shared_region->sr_timer_call) { in vm_shared_region_destroy()965 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_destroy()[all …]
196 thread_call_t sr_timer_call; member