Searched refs:vm_phys_fictitious_reg_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm_phys.c84 static struct mtx vm_phys_fictitious_reg_mtx; variable in typeref:struct:mtx
475 mtx_init(&vm_phys_fictitious_reg_mtx, "vmfctr", NULL, MTX_DEF);
698 mtx_lock(&vm_phys_fictitious_reg_mtx);
705 mtx_unlock(&vm_phys_fictitious_reg_mtx);
709 mtx_unlock(&vm_phys_fictitious_reg_mtx);
731 mtx_lock(&vm_phys_fictitious_reg_mtx);
738 mtx_unlock(&vm_phys_fictitious_reg_mtx);
746 mtx_unlock(&vm_phys_fictitious_reg_mtx);

Completed in 49 milliseconds