Searched refs:local_hash (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/vsock/ |
| H A D | vsock_test_zerocopy.c | 244 unsigned long local_hash; in test_server() local 282 local_hash = hash_djb2(data, data_len); in test_server() 284 local_hash = 0; in test_server() 290 if (remote_hash != local_hash) { in test_server()
|
| H A D | vsock_uring_test.c | 116 unsigned long local_hash; in vsock_io_uring_server() local 169 local_hash = hash_djb2(data, data_len); in vsock_io_uring_server() 172 if (remote_hash != local_hash) { in vsock_io_uring_server()
|
| /linux/net/batman-adv/ |
| H A D | translation-table.c | 178 tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr, in batadv_tt_local_hash_find() 536 if (bat_priv->tt.local_hash) in batadv_tt_local_init() 539 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init() 541 if (!bat_priv->tt.local_hash) in batadv_tt_local_init() 544 batadv_hash_set_lock_class(bat_priv->tt.local_hash, in batadv_tt_local_init() 701 hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt, in batadv_tt_local_add() 1154 hash = bat_priv->tt.local_hash; in batadv_tt_local_dump() 1241 tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash, in batadv_tt_local_remove() 1304 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge() 1329 if (!bat_priv->tt.local_hash) in batadv_tt_local_table_free() [all …]
|
| H A D | types.h | 965 struct batadv_hashtable *local_hash; member
|
| /linux/kernel/trace/ |
| H A D | fgraph.c | 1018 dst_ops->func_hash = &src_ops->local_hash; in fgraph_init_ops() 1019 mutex_init(&dst_ops->local_hash.regex_lock); in fgraph_init_ops()
|
| H A D | ftrace.c | 76 .func_hash = &opsname.local_hash, \ 77 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), \ 164 mutex_init(&ops->local_hash.regex_lock); in ftrace_ops_init() 166 ops->func_hash = &ops->local_hash; in ftrace_ops_init() 1068 .local_hash.notrace_hash = EMPTY_HASH, 1069 .local_hash.filter_hash = EMPTY_HASH, 1930 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify() 1941 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify() 4962 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code() 4966 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code() [all …]
|
| /linux/include/linux/ |
| H A D | ftrace.h | 435 struct ftrace_ops_hash local_hash; member
|