Searched refs:gates_lock (Results 1 – 4 of 4) sorted by relevance
18 static DEFINE_SPINLOCK(gates_lock);84 0, &gates_lock); in sun8i_h3_bus_gates_init()
16 static DEFINE_SPINLOCK(gates_lock);61 0, &gates_lock); in sunxi_simple_gates_setup()
91 spin_lock_init(&tbl->gates_lock); in mesh_table_init()351 spin_lock(&tbl->gates_lock); in mesh_path_add_gate()353 spin_unlock(&tbl->gates_lock); in mesh_path_add_gate()378 spin_lock_bh(&tbl->gates_lock); in mesh_gate_del()381 spin_unlock_bh(&tbl->gates_lock); in mesh_gate_del()
653 spinlock_t gates_lock; member