Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_plink.c77 lockdep_assert_held(&sta->mesh->plink_lock); in mesh_plink_fsm_restart()
344 lockdep_assert_held(&sta->mesh->plink_lock); in __mesh_plink_deactivate()
370 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
376 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
394 spin_lock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
431 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
598 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
609 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
619 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
665 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
[all …]
Dsta_info.h304 spinlock_t plink_lock; member
Dsta_info.c322 spin_lock_init(&sta->mesh->plink_lock); in sta_info_alloc()