Searched refs:tmp_orig_entry (Results 1 – 1 of 1) sorted by relevance
1445 struct batadv_tt_orig_list_entry *tmp_orig_entry, *orig_entry = NULL; in batadv_tt_global_orig_entry_find() local1450 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) { in batadv_tt_global_orig_entry_find()1451 if (tmp_orig_entry->orig_node != orig_node) in batadv_tt_global_orig_entry_find()1453 if (!kref_get_unless_zero(&tmp_orig_entry->refcount)) in batadv_tt_global_orig_entry_find()1456 orig_entry = tmp_orig_entry; in batadv_tt_global_orig_entry_find()