Home
last modified time | relevance | path

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

/net/batman-adv/
Dtranslation-table.c393 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_local_event()
431 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_local_event()
921 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_tvlv_container_update()
935 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_tvlv_container_update()
1235 spin_lock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_changes_list_free()
1244 spin_unlock_bh(&bat_priv->tt.changes_list_lock); in batadv_tt_changes_list_free()
Dtypes.h544 spinlock_t changes_list_lock; /* protects changes */ member
Dmain.c130 spin_lock_init(&bat_priv->tt.changes_list_lock); in batadv_mesh_init()