Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
Dtranslation-table.c488 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_local_event()
526 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_local_event()
1025 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_tvlv_container_update()
1039 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_tvlv_container_update()
1509 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_changes_list_free()
1518 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_changes_list_free()
Dmain.c163 spin_lock_init(&bat_priv->tt.changes_list_lock); in batadv_mesh_init()
Dtypes.h994 spinlock_t changes_list_lock; member