Lines Matching refs:orig_hash

4241 					   struct ftrace_hash **orig_hash,  in ftrace_hash_move_and_update_ops()  argument
4249 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4252 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4330 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
4337 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
4339 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
4342 *orig_hash); in process_mod_list()
4384 ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4665 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4712 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
4713 old_hash = *orig_hash; in register_ftrace_function_probe()
4764 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
4811 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
4856 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
4857 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
4904 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
5126 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
5136 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
5138 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
5143 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
5161 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
6061 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
6087 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
6095 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
6098 ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()