Home
last modified time | relevance | path

Searched refs:phynode_topo_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/phy/
H A Dphy_internal.h69 #define PHY_TOPO_SLOCK() sx_slock(&phynode_topo_lock)
70 #define PHY_TOPO_XLOCK() sx_xlock(&phynode_topo_lock)
71 #define PHY_TOPO_UNLOCK() sx_unlock(&phynode_topo_lock)
72 #define PHY_TOPO_ASSERT() sx_assert(&phynode_topo_lock, SA_LOCKED)
73 #define PHY_TOPO_XASSERT() sx_assert(&phynode_topo_lock, SA_XLOCKED)
79 extern struct sx phynode_topo_lock;
H A Dphy.c71 struct sx phynode_topo_lock; variable
72 SX_SYSINIT(phy_topology, &phynode_topo_lock, "Phy topology lock");