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

/freebsd-11-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);
211 mtx_lock_spin(&pcicfg_mtx);
227 mtx_unlock_spin(&pcicfg_mtx);
236 mtx_lock_spin(&pcicfg_mtx);
252 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-11-stable/sys/i386/pci/
H A Dpci_cfgreg.c86 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
158 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
340 mtx_lock_spin(&pcicfg_mtx);
356 mtx_unlock_spin(&pcicfg_mtx);
365 mtx_lock_spin(&pcicfg_mtx);
381 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c202 struct mtx pcicfg_mtx; variable in typeref:struct:mtx
301 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
415 mtx_lock_spin(&pcicfg_mtx);
435 mtx_unlock_spin(&pcicfg_mtx);
453 mtx_lock_spin(&pcicfg_mtx);
470 mtx_unlock_spin(&pcicfg_mtx);
750 mtx_destroy(&pcicfg_mtx);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c398 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
935 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
952 mtx_lock_spin(&pcicfg_mtx);
970 mtx_unlock_spin(&pcicfg_mtx);
987 mtx_lock_spin(&pcicfg_mtx);
1004 mtx_unlock_spin(&pcicfg_mtx);

Completed in 188 milliseconds