Searched refs:tmp_orig_entry (Results 1 – 1 of 1) sorted by relevance
1252 struct batadv_tt_orig_list_entry *tmp_orig_entry, *orig_entry = NULL; in batadv_tt_global_orig_entry_find() local1257 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) { in batadv_tt_global_orig_entry_find()1258 if (tmp_orig_entry->orig_node != orig_node) in batadv_tt_global_orig_entry_find()1260 if (!atomic_inc_not_zero(&tmp_orig_entry->refcount)) in batadv_tt_global_orig_entry_find()1263 orig_entry = tmp_orig_entry; in batadv_tt_global_orig_entry_find()