Searched refs:sr_timer_call (Results 1 – 2 of 2) sorted by relevance
569 if (shared_region->sr_timer_call != NULL) { in vm_shared_region_reference_locked()573 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()575 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_reference_locked()576 shared_region->sr_timer_call = NULL; in vm_shared_region_reference_locked()665 if (shared_region->sr_timer_call == NULL && in vm_shared_region_deallocate()675 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_deallocate()683 thread_call_enter_delayed(shared_region->sr_timer_call, in vm_shared_region_deallocate()975 shared_region->sr_timer_call = NULL; in vm_shared_region_create()1090 if (shared_region->sr_timer_call) { in vm_shared_region_destroy()1091 thread_call_free(shared_region->sr_timer_call); in vm_shared_region_destroy()[all …]
197 thread_call_t sr_timer_call; member