Home
last modified time | relevance | path

Searched refs:local_hash (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/batman-adv/
Dtranslation-table.c163 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr, in batadv_tt_local_hash_find()
488 if (bat_priv->tt.local_hash) in batadv_tt_local_init()
491 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init()
493 if (!bat_priv->tt.local_hash) in batadv_tt_local_init()
496 batadv_hash_set_lock_class(bat_priv->tt.local_hash, in batadv_tt_local_init()
632 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt, in batadv_tt_local_add()
939 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_seq_print_text()
1081 tt_entry_exists = batadv_hash_remove(bat_priv->tt.local_hash, in batadv_tt_local_remove()
1150 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge()
1176 if (!bat_priv->tt.local_hash) in batadv_tt_local_table_free()
[all …]
Dtypes.h536 struct batadv_hashtable *local_hash; member
/linux-4.4.14/kernel/trace/
Dftrace.c69 .func_hash = &opsname.local_hash, \
70 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
73 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
158 mutex_init(&ops->local_hash.regex_lock); in ftrace_ops_init()
159 ops->func_hash = &ops->local_hash; in ftrace_ops_init()
1159 .local_hash.notrace_hash = EMPTY_HASH,
1160 .local_hash.filter_hash = EMPTY_HASH,
1807 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()
1818 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()
4103 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()
[all …]
/linux-4.4.14/include/linux/
Dftrace.h168 struct ftrace_ops_hash local_hash; member