Searched refs:local_hash (Results 1 – 8 of 8) sorted by relevance
244 unsigned long local_hash; in test_server() local282 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()
116 unsigned long local_hash; in vsock_io_uring_server() local169 local_hash = hash_djb2(data, data_len); in vsock_io_uring_server()172 if (remote_hash != local_hash) { in vsock_io_uring_server()
582 if (bat_priv->tt.local_hash) in batadv_tt_local_init()585 bat_priv->tt.local_hash = batadv_hash_new(1024); in batadv_tt_local_init()587 if (!bat_priv->tt.local_hash) in batadv_tt_local_init()590 batadv_hash_set_lock_class(bat_priv->tt.local_hash, in batadv_tt_local_init()1195 hash = bat_priv->tt.local_hash; in batadv_tt_local_dump()1345 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge()1370 if (!bat_priv->tt.local_hash) in batadv_tt_local_table_free()1373 hash = bat_priv->tt.local_hash; in batadv_tt_local_table_free()1394 bat_priv->tt.local_hash = NULL; in batadv_tt_local_table_free()2521 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_crc()[all …]
1033 struct batadv_hashtable *local_hash; member
267 hash = rcu_access_pointer(fp->ops.local_hash.filter_hash); in register_fprobe()
942 dst_ops->func_hash = &src_ops->local_hash; in fgraph_init_ops()943 mutex_init(&dst_ops->local_hash.regex_lock); in fgraph_init_ops()
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()1071 .local_hash.notrace_hash = EMPTY_HASH,1072 .local_hash.filter_hash = EMPTY_HASH,1931 if (ops->func_hash != &global_ops.local_hash) in ftrace_hash_rec_update_modify()1942 if (op->func_hash == &global_ops.local_hash) in ftrace_hash_rec_update_modify()4864 if (ops->func_hash != &global_ops.local_hash) in ftrace_ops_update_code()4868 if (op->func_hash == &global_ops.local_hash && in ftrace_ops_update_code()[all …]
333 struct ftrace_ops_hash local_hash; member
Completed in 46 milliseconds