tmp_orig_entry   1534 net/batman-adv/translation-table.c 	struct batadv_tt_orig_list_entry *tmp_orig_entry, *orig_entry = NULL;
tmp_orig_entry   1539 net/batman-adv/translation-table.c 	hlist_for_each_entry_rcu(tmp_orig_entry, head, list) {
tmp_orig_entry   1540 net/batman-adv/translation-table.c 		if (tmp_orig_entry->orig_node != orig_node)
tmp_orig_entry   1542 net/batman-adv/translation-table.c 		if (!kref_get_unless_zero(&tmp_orig_entry->refcount))
tmp_orig_entry   1545 net/batman-adv/translation-table.c 		orig_entry = tmp_orig_entry;