Home
last modified time | relevance | path

Searched refs:rendezvous_mtx (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm.c173 struct mtx rendezvous_mtx; /* (o) rendezvous lock */ member
493 mtx_init(&vm->rendezvous_mtx, "vm rendezvous lock", 0, MTX_DEF); in vm_create()
1285 mtx_lock(&vm->rendezvous_mtx); in vm_handle_rendezvous()
1305 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()
1308 mtx_unlock(&vm->rendezvous_mtx); in vm_handle_rendezvous()
1312 mtx_lock(&vm->rendezvous_mtx); in vm_handle_rendezvous()
1315 mtx_unlock(&vm->rendezvous_mtx); in vm_handle_rendezvous()
2559 mtx_lock(&vm->rendezvous_mtx); in vm_smp_rendezvous()
2567 mtx_unlock(&vm->rendezvous_mtx); in vm_smp_rendezvous()
2581 mtx_unlock(&vm->rendezvous_mtx); in vm_smp_rendezvous()