Searched refs:gates_lock (Results 1 – 4 of 4) sorted by relevance
18 static DEFINE_SPINLOCK(gates_lock);82 0, &gates_lock); in sun8i_h3_bus_gates_init()
16 static DEFINE_SPINLOCK(gates_lock);59 0, &gates_lock); in sunxi_simple_gates_setup()
92 spin_lock_init(&tbl->gates_lock); in mesh_table_init()354 spin_lock(&tbl->gates_lock); in mesh_path_add_gate()356 spin_unlock(&tbl->gates_lock); in mesh_path_add_gate()381 spin_lock_bh(&tbl->gates_lock); in mesh_gate_del()384 spin_unlock_bh(&tbl->gates_lock); in mesh_gate_del()
715 spinlock_t gates_lock; member