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

/freebsd-10.0-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);
572 mtx_lock(&vm_phys_fictitious_reg_mtx);
579 mtx_unlock(&vm_phys_fictitious_reg_mtx);
583 mtx_unlock(&vm_phys_fictitious_reg_mtx);
605 mtx_lock(&vm_phys_fictitious_reg_mtx);
612 mtx_unlock(&vm_phys_fictitious_reg_mtx);
620 mtx_unlock(&vm_phys_fictitious_reg_mtx);

Completed in 84 milliseconds