Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dtranslation-table.c443 changes = READ_ONCE(bat_priv->tt.local_changes); in batadv_tt_local_event()
478 WRITE_ONCE(bat_priv->tt.local_changes, changes); in batadv_tt_local_event()
954 tt_diff_entries_num = READ_ONCE(bat_priv->tt.local_changes); in batadv_tt_tvlv_container_update()
981 WRITE_ONCE(bat_priv->tt.local_changes, 0); in batadv_tt_tvlv_container_update()
1389 WRITE_ONCE(bat_priv->tt.local_changes, 0); in batadv_tt_changes_list_free()
3642 if (READ_ONCE(bat_priv->tt.local_changes) == 0) { in batadv_tt_local_commit_changes_nolock()
H A Dtypes.h958 size_t local_changes; member
H A Dmesh-interface.c793 WRITE_ONCE(bat_priv->tt.local_changes, 0); in batadv_meshif_init_late()