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

/freebsd-10-stable/sys/amd64/pci/
H A Dpci_cfgreg.c66 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
67 MTX_SYSINIT(pcicfg_mtx, &pcicfg_mtx, "pcicfg_mtx", MTX_SPIN);
212 mtx_lock_spin(&pcicfg_mtx);
228 mtx_unlock_spin(&pcicfg_mtx);
237 mtx_lock_spin(&pcicfg_mtx);
253 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-10-stable/sys/i386/pci/
H A Dpci_cfgreg.c87 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
167 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
350 mtx_lock_spin(&pcicfg_mtx);
366 mtx_unlock_spin(&pcicfg_mtx);
375 mtx_lock_spin(&pcicfg_mtx);
391 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-10-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c149 struct mtx pcicfg_mtx; variable in typeref:struct:mtx
215 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
304 mtx_lock_spin(&pcicfg_mtx);
324 mtx_unlock_spin(&pcicfg_mtx);
345 mtx_lock_spin(&pcicfg_mtx);
362 mtx_unlock_spin(&pcicfg_mtx);
746 mtx_destroy(&pcicfg_mtx);
/freebsd-10-stable/sys/arm/mv/
H A Dmv_pci.c403 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
940 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
957 mtx_lock_spin(&pcicfg_mtx);
975 mtx_unlock_spin(&pcicfg_mtx);
992 mtx_lock_spin(&pcicfg_mtx);
1009 mtx_unlock_spin(&pcicfg_mtx);

Completed in 80 milliseconds