Searched refs:rendezvous_func (Results 1 – 1 of 1) sorted by relevance
172 vm_rendezvous_func_t rendezvous_func; member1286 while (vm->rendezvous_func != NULL) { in vm_handle_rendezvous()1294 (*vm->rendezvous_func)(vm, vcpuid, vm->rendezvous_arg); in vm_handle_rendezvous()1300 vm->rendezvous_func = NULL; in vm_handle_rendezvous()1301 wakeup(&vm->rendezvous_func); in vm_handle_rendezvous()1305 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()1349 if (vm->rendezvous_func != NULL || vm->suspend || vcpu->reqidle) in vm_handle_hlt()1564 if (vm->rendezvous_func == NULL) { in vm_handle_suspend()1726 evinfo.rptr = &vm->rendezvous_func; in vm_run()2560 if (vm->rendezvous_func != NULL) { in vm_smp_rendezvous()[all …]