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

/freebsd-13-stable/sys/amd64/pci/
H A Dpci_cfgreg.c68 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
69 MTX_SYSINIT(pcicfg_mtx, &pcicfg_mtx, "pcicfg_mtx", MTX_SPIN);
170 mtx_lock_spin(&pcicfg_mtx);
186 mtx_unlock_spin(&pcicfg_mtx);
195 mtx_lock_spin(&pcicfg_mtx);
211 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-13-stable/sys/i386/pci/
H A Dpci_cfgreg.c75 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
145 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
263 mtx_lock_spin(&pcicfg_mtx);
279 mtx_unlock_spin(&pcicfg_mtx);
288 mtx_lock_spin(&pcicfg_mtx);
304 mtx_unlock_spin(&pcicfg_mtx);
/freebsd-13-stable/sys/arm/mv/
H A Dmv_pci.c415 static struct mtx pcicfg_mtx; variable in typeref:struct:mtx
1002 mtx_init(&pcicfg_mtx, "pcicfg", NULL, MTX_SPIN);
1019 mtx_lock_spin(&pcicfg_mtx);
1037 mtx_unlock_spin(&pcicfg_mtx);
1054 mtx_lock_spin(&pcicfg_mtx);
1071 mtx_unlock_spin(&pcicfg_mtx);

Completed in 173 milliseconds