Searched refs:orig_hash (Results 1 – 9 of 9) sorted by relevance
| /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/net/batman-adv/ |
| H A D | originator.c | 55 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find() 221 if (bat_priv->orig_hash) in batadv_originator_init() 224 bat_priv->orig_hash = batadv_hash_new(1024); in batadv_originator_init() 226 if (!bat_priv->orig_hash) in batadv_originator_init() 229 batadv_hash_set_lock_class(bat_priv->orig_hash, in batadv_originator_init() 908 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free() 919 bat_priv->orig_hash = NULL; in batadv_originator_free() 1268 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_purge_orig_ref()
|
| H A D | bat_iv_ogm.c | 157 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_iv_ogm_orig_get() 859 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_iv_ogm_slide_own_bcast_window() 2200 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_iv_ogm_orig_dump()
|
| H A D | distributed-arp-table.c | 644 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_choose_next_candidate() 718 if (!bat_priv->orig_hash) in batadv_dat_select_candidates()
|
| H A D | types.h | 532 /** @hash_entry: hlist node for &batadv_priv.orig_hash */ 1664 /** @orig_hash: hash table containing mesh participants (orig nodes) */ 1665 struct batadv_hashtable *orig_hash; member
|
| H A D | bat_v.c | 454 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_v_orig_dump()
|
| H A D | bat_v_ogm.c | 70 hash_added = batadv_hash_add(bat_priv->orig_hash, batadv_compare_orig, in batadv_v_ogm_orig_get()
|
| H A D | multicast.c | 2083 struct batadv_hashtable *hash = bat_priv->orig_hash; in __batadv_mcast_flags_dump()
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 3426 struct ftrace_hash **orig_hash, in __ftrace_hash_move_and_update_ops() argument 3434 old_hash = *orig_hash; in __ftrace_hash_move_and_update_ops() 3437 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in __ftrace_hash_move_and_update_ops() 5058 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops() argument 5063 return ftrace_hash_move_and_update_subops(ops, orig_hash, hash); in ftrace_hash_move_and_update_ops() 5082 return ftrace_hash_move_and_update_subops(subops, orig_hash, hash); in ftrace_hash_move_and_update_ops() 5088 return __ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_hash_move_and_update_ops() 5135 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local 5142 orig_hash = &ops->func_hash->filter_hash; in process_mod_list() 5144 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list() [all …]
|