Searched refs:regnode_topo_lock (Results 1 – 1 of 1) sorted by relevance
147 static struct sx regnode_topo_lock; variable148 SX_SYSINIT(regulator_topology, ®node_topo_lock, "Regulator topology lock");150 #define REG_TOPO_SLOCK() sx_slock(®node_topo_lock)151 #define REG_TOPO_XLOCK() sx_xlock(®node_topo_lock)152 #define REG_TOPO_UNLOCK() sx_unlock(®node_topo_lock)153 #define REG_TOPO_ASSERT() sx_assert(®node_topo_lock, SA_LOCKED)154 #define REG_TOPO_XASSERT() sx_assert(®node_topo_lock, SA_XLOCKED)