Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dmesh_pathtbl.c62 spin_lock_init(&newtbl->walk_lock); in mesh_table_alloc()
422 spin_lock_bh(&tbl->walk_lock); in mesh_path_add()
428 spin_unlock_bh(&tbl->walk_lock); in mesh_path_add()
465 spin_lock_bh(&tbl->walk_lock); in mpp_path_add()
471 spin_unlock_bh(&tbl->walk_lock); in mpp_path_add()
555 spin_lock_bh(&tbl->walk_lock); in mesh_path_flush_by_nexthop()
560 spin_unlock_bh(&tbl->walk_lock); in mesh_path_flush_by_nexthop()
570 spin_lock_bh(&tbl->walk_lock); in mpp_flush_by_proxy()
575 spin_unlock_bh(&tbl->walk_lock); in mpp_flush_by_proxy()
583 spin_lock_bh(&tbl->walk_lock); in table_flush_by_iface()
[all …]
Dmesh.h146 spinlock_t walk_lock; member