Searched refs:sr_timer_call (Results 1 – 2 of 2) sorted by relevance
485 if (shared_region->sr_timer_call != NULL) { in vm_shared_region_reference_locked()489 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()491 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_reference_locked()492 shared_region->sr_timer_call = NULL; in vm_shared_region_reference_locked()581 if (shared_region->sr_timer_call == NULL && in vm_shared_region_deallocate()591 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_deallocate()599 thread_call_enter_delayed(shared_region->sr_timer_call, in vm_shared_region_deallocate()854 shared_region->sr_timer_call = NULL; in vm_shared_region_create()955 if (shared_region->sr_timer_call) { in vm_shared_region_destroy()956 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_destroy()[all …]
234 thread_call_t sr_timer_call; member