Searched refs:regnode_topo_lock (Results 1 – 1 of 1) sorted by relevance
142 static struct sx regnode_topo_lock; variable143 SX_SYSINIT(regulator_topology, ®node_topo_lock, "Regulator topology lock");145 #define REG_TOPO_SLOCK() sx_slock(®node_topo_lock)146 #define REG_TOPO_XLOCK() sx_xlock(®node_topo_lock)147 #define REG_TOPO_UNLOCK() sx_unlock(®node_topo_lock)148 #define REG_TOPO_ASSERT() sx_assert(®node_topo_lock, SA_LOCKED)149 #define REG_TOPO_XASSERT() sx_assert(®node_topo_lock, SA_XLOCKED)