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

/freebsd-10.1-release/sys/vm/
H A Dvm_phys.c84 static struct mtx vm_phys_fictitious_reg_mtx; variable in typeref:struct:mtx
356 mtx_init(&vm_phys_fictitious_reg_mtx, "vmfctr", NULL, MTX_DEF);
574 mtx_lock(&vm_phys_fictitious_reg_mtx);
581 mtx_unlock(&vm_phys_fictitious_reg_mtx);
585 mtx_unlock(&vm_phys_fictitious_reg_mtx);
607 mtx_lock(&vm_phys_fictitious_reg_mtx);
614 mtx_unlock(&vm_phys_fictitious_reg_mtx);
622 mtx_unlock(&vm_phys_fictitious_reg_mtx);

Completed in 105 milliseconds