Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_plink.c399 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
408 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
435 spin_lock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
484 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
667 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
734 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
787 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_open()
796 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_open()
813 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_block()
816 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_block()
[all …]
H A Dsta_info.h402 spinlock_t plink_lock; member
H A Dsta_info.c570 spin_lock_init(&sta->mesh->plink_lock); in __sta_info_alloc()