Searched refs:rendezvous_mtx (Results 1 – 1 of 1) sorted by relevance
182 struct mtx rendezvous_mtx; /* (o) rendezvous lock */ member632 mtx_init(&vm->rendezvous_mtx, "vm rendezvous lock", 0, MTX_DEF); in vm_create()734 mtx_destroy(&vm->rendezvous_mtx); in vm_cleanup()1476 mtx_lock(&vm->rendezvous_mtx); in vm_handle_rendezvous()1496 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()1499 mtx_unlock(&vm->rendezvous_mtx); in vm_handle_rendezvous()1503 mtx_lock(&vm->rendezvous_mtx); in vm_handle_rendezvous()1506 mtx_unlock(&vm->rendezvous_mtx); in vm_handle_rendezvous()2596 mtx_lock(&vm->rendezvous_mtx); in vm_start_cpus()2599 mtx_unlock(&vm->rendezvous_mtx); in vm_start_cpus()[all …]