Home
last modified time | relevance | path

Searched refs:bus_topo_mtx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_bus.c372 bus_topo_mtx(void) in bus_topo_mtx() function
382 mtx_lock(bus_topo_mtx()); in bus_topo_lock()
389 mtx_unlock(bus_topo_mtx()); in bus_topo_unlock()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c586 mtx_sleep(&sc->vmbus_scandone, bus_topo_mtx(), 0, "vmbusdev", 0); in vmbus_scan()
/freebsd/sys/sys/
H A Dbus.h830 struct mtx * bus_topo_mtx(void);
/freebsd/sys/dev/pci/
H A Dpci_pci.c1431 sc->pcie_hp_lock = bus_topo_mtx(); in pcib_setup_hotplug()