Searched refs:local_hash (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/vsock/
H A Dvsock_test_zerocopy.c244 unsigned long local_hash; local
282 local_hash = hash_djb2(data, data_len);
284 local_hash = 0;
290 if (remote_hash != local_hash) {
H A Dvsock_uring_test.c116 unsigned long local_hash; local
169 local_hash = hash_djb2(data, data_len);
172 if (remote_hash != local_hash) {
/linux-master/kernel/trace/
H A Dfgraph.c23 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
380 ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
H A Dfprobe.c267 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash);
H A Dftrace.c76 .func_hash = &opsname.local_hash, \
77 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
163 mutex_init(&ops->local_hash.regex_lock);
164 ops->func_hash = &ops->local_hash;
1066 .local_hash.notrace_hash = EMPTY_HASH,
1067 .local_hash.filter_hash = EMPTY_HASH,
1898 if (ops->func_hash != &global_ops.local_hash)
1909 if (op->func_hash == &global_ops.local_hash)
4367 if (ops->func_hash != &global_ops.local_hash)
[all...]
/linux-master/net/batman-adv/
H A Dtranslation-table.c177 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr,
582 if (bat_priv->tt.local_hash)
585 bat_priv->tt.local_hash = batadv_hash_new(1024);
587 if (!bat_priv->tt.local_hash)
590 batadv_hash_set_lock_class(bat_priv->tt.local_hash,
747 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt,
1195 hash = bat_priv->tt.local_hash;
1282 tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash,
1345 struct batadv_hashtable *hash = bat_priv->tt.local_hash;
1370 if (!bat_priv->tt.local_hash)
[all...]
H A Dtypes.h1032 /** @local_hash: local translation table hash table */
1033 struct batadv_hashtable *local_hash; member in struct:batadv_priv_tt
1914 * @hash_entry: hlist node for &batadv_priv_tt.local_hash or for
/linux-master/include/linux/
H A Dftrace.h332 struct ftrace_ops_hash local_hash; member in struct:ftrace_ops

Completed in 153 milliseconds