local_hash        198 include/linux/ftrace.h 	struct ftrace_ops_hash		local_hash;
local_hash         21 kernel/trace/fgraph.c 	.local_hash.regex_lock	= __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
local_hash        322 kernel/trace/fgraph.c 	ASSIGN_OPS_HASH(graph_ops, &global_ops.local_hash)
local_hash         72 kernel/trace/ftrace.c 	.func_hash		= &opsname.local_hash,			\
local_hash         73 kernel/trace/ftrace.c 	.local_hash.regex_lock	= __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
local_hash        137 kernel/trace/ftrace.c 		mutex_init(&ops->local_hash.regex_lock);
local_hash        138 kernel/trace/ftrace.c 		ops->func_hash = &ops->local_hash;
local_hash       1049 kernel/trace/ftrace.c 	.local_hash.notrace_hash	= EMPTY_HASH,
local_hash       1050 kernel/trace/ftrace.c 	.local_hash.filter_hash		= EMPTY_HASH,
local_hash       1808 kernel/trace/ftrace.c 	if (ops->func_hash != &global_ops.local_hash)
local_hash       1819 kernel/trace/ftrace.c 		if (op->func_hash == &global_ops.local_hash)
local_hash       3876 kernel/trace/ftrace.c 	if (ops->func_hash != &global_ops.local_hash)
local_hash       3880 kernel/trace/ftrace.c 		if (op->func_hash == &global_ops.local_hash &&
local_hash       4834 kernel/trace/ftrace.c 	ops->func_hash = &global_ops.local_hash;
local_hash        178 net/batman-adv/translation-table.c 	tt_common_entry = batadv_tt_hash_find(bat_priv->tt.local_hash, addr,
local_hash        588 net/batman-adv/translation-table.c 	if (bat_priv->tt.local_hash)
local_hash        591 net/batman-adv/translation-table.c 	bat_priv->tt.local_hash = batadv_hash_new(1024);
local_hash        593 net/batman-adv/translation-table.c 	if (!bat_priv->tt.local_hash)
local_hash        596 net/batman-adv/translation-table.c 	batadv_hash_set_lock_class(bat_priv->tt.local_hash,
local_hash        753 net/batman-adv/translation-table.c 	hash_added = batadv_hash_add(bat_priv->tt.local_hash, batadv_compare_tt,
local_hash       1078 net/batman-adv/translation-table.c 	struct batadv_hashtable *hash = bat_priv->tt.local_hash;
local_hash       1282 net/batman-adv/translation-table.c 	hash = bat_priv->tt.local_hash;
local_hash       1371 net/batman-adv/translation-table.c 	tt_removed_node = batadv_hash_remove(bat_priv->tt.local_hash,
local_hash       1435 net/batman-adv/translation-table.c 	struct batadv_hashtable *hash = bat_priv->tt.local_hash;
local_hash       1460 net/batman-adv/translation-table.c 	if (!bat_priv->tt.local_hash)
local_hash       1463 net/batman-adv/translation-table.c 	hash = bat_priv->tt.local_hash;
local_hash       1484 net/batman-adv/translation-table.c 	bat_priv->tt.local_hash = NULL;
local_hash       2755 net/batman-adv/translation-table.c 	struct batadv_hashtable *hash = bat_priv->tt.local_hash;
local_hash       3434 net/batman-adv/translation-table.c 		batadv_tt_tvlv_generate(bat_priv, bat_priv->tt.local_hash,
local_hash       3843 net/batman-adv/translation-table.c 	struct batadv_hashtable *hash = bat_priv->tt.local_hash;
local_hash       3880 net/batman-adv/translation-table.c 	struct batadv_hashtable *hash = bat_priv->tt.local_hash;
local_hash        976 net/batman-adv/types.h 	struct batadv_hashtable *local_hash;