Lines Matching refs:rendezvous_func
164 vm_rendezvous_func_t rendezvous_func; member
1097 while (vm->rendezvous_func != NULL) { in vm_handle_rendezvous()
1104 (*vm->rendezvous_func)(vcpu, vm->rendezvous_arg); in vm_handle_rendezvous()
1111 vm->rendezvous_func = NULL; in vm_handle_rendezvous()
1112 wakeup(&vm->rendezvous_func); in vm_handle_rendezvous()
1116 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()
1160 if (vm->rendezvous_func != NULL || vm->suspend || vcpu->reqidle) in vm_handle_hlt()
1376 if (vm->rendezvous_func == NULL) { in vm_handle_suspend()
2340 if (vm->rendezvous_func != NULL) { in vm_smp_rendezvous()
2353 KASSERT(vm->rendezvous_func == NULL, ("vm_smp_rendezvous: previous " in vm_smp_rendezvous()
2360 vm->rendezvous_func = func; in vm_smp_rendezvous()