Home
last modified time | relevance | path

Searched refs:gates_lock (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c113 spin_lock_init(&newtbl->gates_lock); in mesh_table_alloc()
142 spin_lock_bh(&tbl->gates_lock); in mesh_table_free()
149 spin_unlock_bh(&tbl->gates_lock); in mesh_table_free()
468 spin_lock_bh(&tbl->gates_lock); in mesh_path_add_gate()
470 spin_unlock_bh(&tbl->gates_lock); in mesh_path_add_gate()
495 spin_lock_bh(&tbl->gates_lock); in mesh_gate_del()
498 spin_unlock_bh(&tbl->gates_lock); in mesh_gate_del()
Dmesh.h159 spinlock_t gates_lock; member