Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dmain.c160 spin_lock_init(&bat_priv->tt.last_changeset_lock); in batadv_mesh_init()
H A Dtranslation-table.c1043 spin_lock_bh(&bat_priv->tt.last_changeset_lock); in batadv_tt_tvlv_container_update()
1061 spin_unlock_bh(&bat_priv->tt.last_changeset_lock); in batadv_tt_tvlv_container_update()
3190 spin_lock_bh(&bat_priv->tt.last_changeset_lock); in batadv_send_my_tt_response()
3203 spin_unlock_bh(&bat_priv->tt.last_changeset_lock); in batadv_send_my_tt_response()
3245 spin_unlock_bh(&bat_priv->tt.last_changeset_lock); in batadv_send_my_tt_response()
H A Dtypes.h1002 spinlock_t last_changeset_lock; member