Searched refs:tmp_orig_entry (Results 1 – 1 of 1) sorted by relevance
1512 struct batadv_tt_orig_list_entry *tmp_orig_entry; in batadv_tt_global_orig_entry_find() local1517 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) { in batadv_tt_global_orig_entry_find()1518 if (tmp_orig_entry->orig_node != orig_node) in batadv_tt_global_orig_entry_find()1520 if (!kref_get_unless_zero(&tmp_orig_entry->refcount)) in batadv_tt_global_orig_entry_find()1523 orig_entry = tmp_orig_entry; in batadv_tt_global_orig_entry_find()