notrace_hash      168 include/linux/ftrace.h 	struct ftrace_hash __rcu	*notrace_hash;
notrace_hash     1049 kernel/trace/ftrace.c 	.local_hash.notrace_hash	= EMPTY_HASH,
notrace_hash     1273 kernel/trace/ftrace.c 	free_ftrace_hash(ops->func_hash->notrace_hash);
notrace_hash     1467 kernel/trace/ftrace.c 		(ftrace_hash_empty(hash->notrace_hash) ||
notrace_hash     1468 kernel/trace/ftrace.c 		 !__ftrace_lookup_ip(hash->notrace_hash, ip));
notrace_hash     1500 kernel/trace/ftrace.c 	rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash);
notrace_hash     1660 kernel/trace/ftrace.c 		other_hash = ops->func_hash->notrace_hash;
notrace_hash     1665 kernel/trace/ftrace.c 		hash = ops->func_hash->notrace_hash;
notrace_hash     2638 kernel/trace/ftrace.c 	ops->old_hash.notrace_hash = old_hash->notrace_hash;
notrace_hash     2641 kernel/trace/ftrace.c 	ops->old_hash.notrace_hash = NULL;
notrace_hash     2768 kernel/trace/ftrace.c 	ops->old_hash.notrace_hash = ops->func_hash->notrace_hash;
notrace_hash     2789 kernel/trace/ftrace.c 	ops->old_hash.notrace_hash = NULL;
notrace_hash     2872 kernel/trace/ftrace.c 		ftrace_hash_empty(ops->func_hash->notrace_hash);
notrace_hash     2899 kernel/trace/ftrace.c 	if (ftrace_lookup_ip(ops->func_hash->notrace_hash, rec->ip))
notrace_hash     3582 kernel/trace/ftrace.c 		hash = ops->func_hash->notrace_hash;
notrace_hash     3900 kernel/trace/ftrace.c 	old_hash_ops.notrace_hash = ops->func_hash->notrace_hash;
notrace_hash     3989 kernel/trace/ftrace.c 		orig_hash = &ops->func_hash->notrace_hash;
notrace_hash     4511 kernel/trace/ftrace.c 	old_hash_ops.notrace_hash = NULL;
notrace_hash     4763 kernel/trace/ftrace.c 		orig_hash = &ops->func_hash->notrace_hash;
notrace_hash     5051 kernel/trace/ftrace.c 			orig_hash = &iter->ops->func_hash->notrace_hash;
notrace_hash     5743 kernel/trace/ftrace.c 		clear_mod_from_hash(pg, tr->ops->func_hash->notrace_hash);
notrace_hash     6097 kernel/trace/ftrace.c 		clear_func_from_hash(func, tr->ops->func_hash->notrace_hash);
notrace_hash      995 kernel/trace/trace.h 	struct ftrace_hash *notrace_hash;
notrace_hash     1005 kernel/trace/trace.h 	notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash,
notrace_hash     1008 kernel/trace/trace.h 	if (ftrace_lookup_ip(notrace_hash, addr))