Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Dmesh_pathtbl.c62 spin_lock_init(&newtbl->walk_lock); in mesh_table_alloc()
419 spin_lock_bh(&tbl->walk_lock); in mesh_path_add()
425 spin_unlock_bh(&tbl->walk_lock); in mesh_path_add()
462 spin_lock_bh(&tbl->walk_lock); in mpp_path_add()
468 spin_unlock_bh(&tbl->walk_lock); in mpp_path_add()
552 spin_lock_bh(&tbl->walk_lock); in mesh_path_flush_by_nexthop()
557 spin_unlock_bh(&tbl->walk_lock); in mesh_path_flush_by_nexthop()
567 spin_lock_bh(&tbl->walk_lock); in mpp_flush_by_proxy()
572 spin_unlock_bh(&tbl->walk_lock); in mpp_flush_by_proxy()
580 spin_lock_bh(&tbl->walk_lock); in table_flush_by_iface()
[all …]
Dmesh.h146 spinlock_t walk_lock; member