Searched refs:tt_local_entry (Results 1 – 2 of 2) sorted by relevance
84 static struct tt_local_entry *tt_local_hash_find(struct bat_priv *bat_priv, in tt_local_hash_find()88 struct tt_local_entry *tt_local_entry = NULL; in tt_local_hash_find() local92 tt_local_entry = container_of(tt_common_entry, in tt_local_hash_find()93 struct tt_local_entry, common); in tt_local_hash_find()94 return tt_local_entry; in tt_local_hash_find()111 static void tt_local_entry_free_ref(struct tt_local_entry *tt_local_entry) in tt_local_entry_free_ref() argument113 if (atomic_dec_and_test(&tt_local_entry->common.refcount)) in tt_local_entry_free_ref()114 kfree_rcu(tt_local_entry, common.rcu); in tt_local_entry_free_ref()183 struct tt_local_entry *tt_local_entry = NULL; in tt_local_add() local187 tt_local_entry = tt_local_hash_find(bat_priv, addr); in tt_local_add()[all …]
235 struct tt_local_entry { struct