Lines Matching refs:orig_hash
3697 struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; in register_ftrace_function_probe() local
3698 struct ftrace_hash *old_hash = *orig_hash; in register_ftrace_function_probe()
3779 ret = ftrace_hash_move(&trace_probe_ops, 1, orig_hash, hash); in register_ftrace_function_probe()
3809 struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; in __unregister_ftrace_function_probe() local
3810 struct ftrace_hash *old_hash = *orig_hash; in __unregister_ftrace_function_probe()
3835 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in __unregister_ftrace_function_probe()
3877 ret = ftrace_hash_move(&trace_probe_ops, 1, orig_hash, hash); in __unregister_ftrace_function_probe()
4103 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
4115 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
4117 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4122 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
4140 old_hash = *orig_hash; in ftrace_set_hash()
4143 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_set_hash()
4359 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
4385 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
4387 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
4390 old_hash = *orig_hash; in ftrace_regex_release()
4394 orig_hash, iter->hash); in ftrace_regex_release()