Searched refs:rendezvous_func (Results 1 – 1 of 1) sorted by relevance
172 vm_rendezvous_func_t rendezvous_func; member1303 while (vm->rendezvous_func != NULL) { in vm_handle_rendezvous()1311 (*vm->rendezvous_func)(vm, vcpuid, vm->rendezvous_arg); in vm_handle_rendezvous()1317 vm->rendezvous_func = NULL; in vm_handle_rendezvous()1318 wakeup(&vm->rendezvous_func); in vm_handle_rendezvous()1322 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()1366 if (vm->rendezvous_func != NULL || vm->suspend || vcpu->reqidle) in vm_handle_hlt()1581 if (vm->rendezvous_func == NULL) { in vm_handle_suspend()1743 evinfo.rptr = &vm->rendezvous_func; in vm_run()2577 if (vm->rendezvous_func != NULL) { in vm_smp_rendezvous()[all …]