Home
last modified time | relevance | path

Searched refs:orig_hash (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c88 unsigned long orig_hash = hash_values[i]; in count_hash_values_matches() local
93 if (hash_values[i] == orig_hash) in count_hash_values_matches()
/kernel/linux/linux-6.6/net/batman-adv/
H A Doriginator.c50 * batadv_orig_hash_find() - Find and return originator from orig_hash
59 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find()
197 if (bat_priv->orig_hash) in batadv_originator_init()
200 bat_priv->orig_hash = batadv_hash_new(1024); in batadv_originator_init()
202 if (!bat_priv->orig_hash) in batadv_originator_init()
205 batadv_hash_set_lock_class(bat_priv->orig_hash, in batadv_originator_init()
863 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free()
875 bat_priv->orig_hash = NULL; in batadv_originator_free()
1228 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_purge_orig_ref()
H A Ddistributed-arp-table.c567 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_choose_next_candidate()
636 if (!bat_priv->orig_hash) in batadv_dat_select_candidates()
H A Dbat_iv_ogm.c155 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_iv_ogm_orig_get()
743 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_iv_ogm_slide_own_bcast_window()
1977 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_iv_ogm_orig_dump()
H A Dtypes.h487 /** @hash_entry: hlist node for &batadv_priv.orig_hash */
1668 /** @orig_hash: hash table containing mesh participants (orig nodes) */
1669 struct batadv_hashtable *orig_hash; member
H A Dbat_v.c427 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_v_orig_dump()
H A Dbat_v_ogm.c70 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_v_ogm_orig_get()
H A Dnetwork-coding.c396 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_purge_orig_hash()
H A Dmulticast.c1968 struct batadv_hashtable *hash = bat_priv->orig_hash; in __batadv_mcast_flags_dump()
/kernel/linux/linux-5.10/net/batman-adv/
H A Doriginator.c51 * batadv_orig_hash_find() - Find and return originator from orig_hash
60 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find()
198 if (bat_priv->orig_hash) in batadv_originator_init()
201 bat_priv->orig_hash = batadv_hash_new(1024); in batadv_originator_init()
203 if (!bat_priv->orig_hash) in batadv_originator_init()
206 batadv_hash_set_lock_class(bat_priv->orig_hash, in batadv_originator_init()
907 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free()
919 bat_priv->orig_hash = NULL; in batadv_originator_free()
1275 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_purge_orig_ref()
H A Dbat_v.c352 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_v_orig_print()
581 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_v_orig_dump()
H A Dbat_iv_ogm.c157 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_iv_ogm_orig_get()
746 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_iv_ogm_slide_own_bcast_window()
1826 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_iv_ogm_orig_print()
2090 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_iv_ogm_orig_dump()
H A Ddistributed-arp-table.c569 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_choose_next_candidate()
639 if (!bat_priv->orig_hash) in batadv_dat_select_candidates()
H A Dnetwork-coding.c403 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_purge_orig_hash()
1900 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_nodes_seq_print_text()
H A Dtypes.h497 /** @hash_entry: hlist node for &batadv_priv.orig_hash */
1697 struct batadv_hashtable *orig_hash; member
1699 /** @orig_hash: hash table containing mesh participants (orig nodes) */
H A Dbat_v_ogm.c70 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_v_ogm_orig_get()
H A Dmulticast.c2142 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_mcast_flags_seq_print_text()
2332 struct batadv_hashtable *hash = bat_priv->orig_hash; in __batadv_mcast_flags_dump()
/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace.c4111 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops()
4119 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4122 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4200 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
4208 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
4210 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
4213 *orig_hash); in process_mod_list()
4256 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4537 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4582 orig_hash in register_ftrace_function_probe()
4110 ftrace_hash_move_and_update_ops(struct ftrace_ops *ops, struct ftrace_hash **orig_hash, struct ftrace_hash *hash, int enable) ftrace_hash_move_and_update_ops() argument
4681 struct ftrace_hash **orig_hash; unregister_ftrace_function_probe_func() local
4972 struct ftrace_hash **orig_hash; ftrace_set_hash() local
5640 struct ftrace_hash **orig_hash; ftrace_regex_release() local
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c4378 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops()
4386 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4389 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4467 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
4474 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
4476 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
4479 *orig_hash); in process_mod_list()
4521 ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4802 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4849 orig_hash in register_ftrace_function_probe()
4377 ftrace_hash_move_and_update_ops(struct ftrace_ops *ops, struct ftrace_hash **orig_hash, struct ftrace_hash *hash, int enable) ftrace_hash_move_and_update_ops() argument
4948 struct ftrace_hash **orig_hash; unregister_ftrace_function_probe_func() local
5264 struct ftrace_hash **orig_hash; ftrace_set_hash() local
5881 struct ftrace_hash **orig_hash; ftrace_regex_release() local
[all...]

Completed in 51 milliseconds