Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Dmesh_plink.c77 lockdep_assert_held(&sta->mesh->plink_lock); in mesh_plink_fsm_restart()
382 lockdep_assert_held(&sta->mesh->plink_lock); in __mesh_plink_deactivate()
409 spin_lock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
418 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_deactivate()
445 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()
688 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
698 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
744 spin_unlock_bh(&sta->mesh->plink_lock); in mesh_plink_timer()
[all …]
Dsta_info.h399 spinlock_t plink_lock; member
Dsta_info.c574 spin_lock_init(&sta->mesh->plink_lock); in __sta_info_alloc()