Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmesh_plink.c409 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
418 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
444 spin_lock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
494 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_sta_info_init()
677 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
744 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
797 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_open()
806 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_open()
823 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_block()
826 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_block()
[all …]
H A Dsta_info.h399 spinlock_t plink_lock; member
H A Dsta_info.c592 spin_lock_init(&sta->mesh->plink_lock); in __sta_info_alloc()