Searched refs:rendezvous_mtx (Results 1 – 1 of 1) sorted by relevance
165 struct mtx rendezvous_mtx; /* (o) rendezvous lock */ member608 mtx_init(&vm->rendezvous_mtx, "vm rendezvous lock", 0, MTX_DEF); in vm_create()693 mtx_destroy(&vm->rendezvous_mtx); in vm_cleanup()1091 mtx_lock(&vm->rendezvous_mtx); in vm_handle_rendezvous()1111 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()1114 mtx_unlock(&vm->rendezvous_mtx); in vm_handle_rendezvous()1118 mtx_lock(&vm->rendezvous_mtx); in vm_handle_rendezvous()1121 mtx_unlock(&vm->rendezvous_mtx); in vm_handle_rendezvous()2211 mtx_lock(&vm->rendezvous_mtx); in vm_start_cpus()2214 mtx_unlock(&vm->rendezvous_mtx); in vm_start_cpus()[all …]