Home
last modified time | relevance | path

Searched refs:plink_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/mac80211/
Dmesh_plink.c77 lockdep_assert_held(&sta->mesh->plink_lock); in mesh_plink_fsm_restart()
366 lockdep_assert_held(&sta->mesh->plink_lock); in __mesh_plink_deactivate()
391 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
400 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
427 spin_lock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
471 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
654 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
665 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
675 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
721 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
[all …]
Dsta_info.h402 spinlock_t plink_lock; member
Dsta_info.c563 spin_lock_init(&sta->mesh->plink_lock); in __sta_info_alloc()