Lines Matching refs:rendezvous_func
164 vm_rendezvous_func_t rendezvous_func; member
1092 while (vm->rendezvous_func != NULL) { in vm_handle_rendezvous()
1099 (*vm->rendezvous_func)(vcpu, vm->rendezvous_arg); in vm_handle_rendezvous()
1106 vm->rendezvous_func = NULL; in vm_handle_rendezvous()
1107 wakeup(&vm->rendezvous_func); in vm_handle_rendezvous()
1111 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()
1155 if (vm->rendezvous_func != NULL || vm->suspend || vcpu->reqidle) in vm_handle_hlt()
1371 if (vm->rendezvous_func == NULL) { in vm_handle_suspend()
2335 if (vm->rendezvous_func != NULL) { in vm_smp_rendezvous()
2348 KASSERT(vm->rendezvous_func == NULL, ("vm_smp_rendezvous: previous " in vm_smp_rendezvous()
2355 vm->rendezvous_func = func; in vm_smp_rendezvous()