Searched refs:tt_global_hash (Results 1 – 2 of 2) sorted by relevance
103 tt_common_entry = tt_hash_find(bat_priv->tt_global_hash, data); in tt_global_hash_find()466 if (bat_priv->tt_global_hash) in tt_global_init()469 bat_priv->tt_global_hash = hash_new(1024); in tt_global_init()471 if (!bat_priv->tt_global_hash) in tt_global_init()521 hash_added = hash_add(bat_priv->tt_global_hash, compare_tt, in tt_global_add()567 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_seq_print_text()641 hash_remove(bat_priv->tt_global_hash, compare_tt, choose_orig, in _tt_global_del()694 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_del_orig()730 struct hashtable_t *hash = bat_priv->tt_global_hash; in tt_global_roam_purge()776 if (!bat_priv->tt_global_hash) in tt_global_table_free()[all …]
182 struct hashtable_t *tt_global_hash; member