Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dmain.c166 spin_lock_init(&bat_priv->tt.last_changeset_lock); in batadv_mesh_init()
H A Dtranslation-table.c1037 spin_lock_bh(&bat_priv->tt.last_changeset_lock); in batadv_tt_tvlv_container_update()
1054 spin_unlock_bh(&bat_priv->tt.last_changeset_lock); in batadv_tt_tvlv_container_update()
3405 spin_lock_bh(&bat_priv->tt.last_changeset_lock); in batadv_send_my_tt_response()
3418 spin_unlock_bh(&bat_priv->tt.last_changeset_lock); in batadv_send_my_tt_response()
3458 spin_unlock_bh(&bat_priv->tt.last_changeset_lock); in batadv_send_my_tt_response()
H A Dtypes.h1015 spinlock_t last_changeset_lock; member