Searched refs:sr_timer_call (Results 1 – 2 of 2) sorted by relevance
481 if (shared_region->sr_timer_call != NULL) { in vm_shared_region_reference_locked()485 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()487 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_reference_locked()488 shared_region->sr_timer_call = NULL; in vm_shared_region_reference_locked()577 if (shared_region->sr_timer_call == NULL && in vm_shared_region_deallocate()587 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_deallocate()595 thread_call_enter_delayed(shared_region->sr_timer_call, in vm_shared_region_deallocate()850 shared_region->sr_timer_call = NULL; in vm_shared_region_create()951 if (shared_region->sr_timer_call) { in vm_shared_region_destroy()952 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_destroy()[all …]
234 thread_call_t sr_timer_call; member