Home
last modified time | relevance | path

Searched refs:commit_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/batman-adv/
Dmulticast.c118 lockdep_assert_held(&bat_priv->tt.commit_lock); in batadv_mcast_mla_list_free()
142 lockdep_assert_held(&bat_priv->tt.commit_lock); in batadv_mcast_mla_tt_retract()
174 lockdep_assert_held(&bat_priv->tt.commit_lock); in batadv_mcast_mla_tt_add()
Dtranslation-table.c2734 spin_lock_bh(&bat_priv->tt.commit_lock); in batadv_send_my_tt_response()
2815 spin_unlock_bh(&bat_priv->tt.commit_lock); in batadv_send_my_tt_response()
3280 lockdep_assert_held(&bat_priv->tt.commit_lock); in batadv_tt_local_commit_changes_nolock()
3314 spin_lock_bh(&bat_priv->tt.commit_lock); in batadv_tt_local_commit_changes()
3316 spin_unlock_bh(&bat_priv->tt.commit_lock); in batadv_tt_local_commit_changes()
3527 spin_lock_bh(&bat_priv->tt.commit_lock); in batadv_tt_local_resize_to_mtu()
3550 spin_unlock_bh(&bat_priv->tt.commit_lock); in batadv_tt_local_resize_to_mtu()
Dtypes.h548 spinlock_t commit_lock; member
Dmain.c134 spin_lock_init(&bat_priv->tt.commit_lock); in batadv_mesh_init()