Searched refs:sr_timer_call (Results 1 – 2 of 2) sorted by relevance
487 if (shared_region->sr_timer_call != NULL) { in vm_shared_region_reference_locked()491 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()493 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_reference_locked()494 shared_region->sr_timer_call = NULL; in vm_shared_region_reference_locked()583 if (shared_region->sr_timer_call == NULL && in vm_shared_region_deallocate()593 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_deallocate()601 thread_call_enter_delayed(shared_region->sr_timer_call, in vm_shared_region_deallocate()856 shared_region->sr_timer_call = NULL; in vm_shared_region_create()957 if (shared_region->sr_timer_call) { in vm_shared_region_destroy()958 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_destroy()[all …]
196 thread_call_t sr_timer_call; member