Searched refs:phynode_topo_lock (Results 1 – 2 of 2) sorted by relevance
69 #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;
71 struct sx phynode_topo_lock; variable72 SX_SYSINIT(phy_topology, &phynode_topo_lock, "Phy topology lock");