Home
last modified time | relevance | path

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

/net/batman-adv/
Dtranslation-table.c500 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_local_event()
538 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_local_event()
1008 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_tvlv_container_update()
1022 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_tvlv_container_update()
1475 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_changes_list_free()
1484 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_changes_list_free()
Dmain.c147 spin_lock_init(&bat_priv->tt.changes_list_lock); in batadv_mesh_init()
Dtypes.h643 spinlock_t changes_list_lock; /* protects changes */ member