Lines Matching refs:orig_hash
3714 struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; in register_ftrace_function_probe() local
3715 struct ftrace_hash *old_hash = *orig_hash; in register_ftrace_function_probe()
3796 ret = ftrace_hash_move(&trace_probe_ops, 1, orig_hash, hash); in register_ftrace_function_probe()
3827 struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; in __unregister_ftrace_function_probe() local
3828 struct ftrace_hash *old_hash = *orig_hash; in __unregister_ftrace_function_probe()
3852 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in __unregister_ftrace_function_probe()
3894 ret = ftrace_hash_move(&trace_probe_ops, 1, orig_hash, hash); in __unregister_ftrace_function_probe()
4120 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
4132 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
4134 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4139 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
4157 old_hash = *orig_hash; in ftrace_set_hash()
4160 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_set_hash()
4376 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
4402 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
4404 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
4407 old_hash = *orig_hash; in ftrace_regex_release()
4411 orig_hash, iter->hash); in ftrace_regex_release()