Searched refs:rendezvous_func (Results 1 – 1 of 1) sorted by relevance
180 vm_rendezvous_func_t rendezvous_func; member1446 while (vm->rendezvous_func != NULL) { in vm_handle_rendezvous()1453 (*vm->rendezvous_func)(vcpu, vm->rendezvous_arg); in vm_handle_rendezvous()1460 vm->rendezvous_func = NULL; in vm_handle_rendezvous()1461 wakeup(&vm->rendezvous_func); in vm_handle_rendezvous()1465 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()1509 if (vm->rendezvous_func != NULL || vm->suspend || vcpu->reqidle) in vm_handle_hlt()1725 if (vm->rendezvous_func == NULL) { in vm_handle_suspend()2684 if (vm->rendezvous_func != NULL) { in vm_smp_rendezvous()2697 KASSERT(vm->rendezvous_func == NULL, ("vm_smp_rendezvous: previous " in vm_smp_rendezvous()[all …]