Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_plink.c77 lockdep_assert_held(&sta->mesh->plink_lock); in mesh_plink_fsm_restart()
358 lockdep_assert_held(&sta->mesh->plink_lock); in __mesh_plink_deactivate()
383 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
392 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
419 spin_lock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
456 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
625 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
636 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
646 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
692 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
[all …]
Dsta_info.h354 spinlock_t plink_lock; member
Dsta_info.c331 spin_lock_init(&sta->mesh->plink_lock); in sta_info_alloc()