Searched refs:orig_hash (Results 1 – 8 of 8) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | originator.c | 56 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find() 220 if (bat_priv->orig_hash) in batadv_originator_init() 223 bat_priv->orig_hash = batadv_hash_new(1024); in batadv_originator_init() 225 if (!bat_priv->orig_hash) in batadv_originator_init() 228 batadv_hash_set_lock_class(bat_priv->orig_hash, in batadv_originator_init() 899 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free() 911 bat_priv->orig_hash = NULL; in batadv_originator_free() 1261 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_purge_orig_ref()
|
| H A D | bat_iv_ogm.c | 156 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_iv_ogm_orig_get() 753 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 D | distributed-arp-table.c | 566 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_choose_next_candidate() 635 if (!bat_priv->orig_hash) in batadv_dat_select_candidates()
|
| H A D | bat_v.c | 423 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_v_orig_dump()
|
| H A D | bat_v_ogm.c | 68 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_v_ogm_orig_get()
|
| H A D | multicast.c | 2072 struct batadv_hashtable *hash = bat_priv->orig_hash; in __batadv_mcast_flags_dump()
|
| /linux/tools/testing/selftests/powerpc/dexcr/ |
| H A D | hashchk_test.c | 94 unsigned long orig_hash = hash_values[i]; in count_hash_values_matches() local 99 if (hash_values[i] == orig_hash) in count_hash_values_matches()
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 3401 struct ftrace_hash **orig_hash, in __ftrace_hash_move_and_update_ops() argument 3409 old_hash = *orig_hash; in __ftrace_hash_move_and_update_ops() 3412 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in __ftrace_hash_move_and_update_ops() 5033 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops() argument 5038 return ftrace_hash_move_and_update_subops(ops, orig_hash, hash); in ftrace_hash_move_and_update_ops() 5057 return ftrace_hash_move_and_update_subops(subops, orig_hash, hash); in ftrace_hash_move_and_update_ops() 5063 return __ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_hash_move_and_update_ops() 5110 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local 5117 orig_hash = &ops->func_hash->filter_hash; in process_mod_list() 5119 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list() [all …]
|