Lines Matching refs:orig_hash
4094 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops() argument
4102 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4105 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4183 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
4191 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
4193 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
4196 *orig_hash); in process_mod_list()
4239 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4520 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4565 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
4566 old_hash = *orig_hash; in register_ftrace_function_probe()
4617 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
4664 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
4707 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
4708 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
4755 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
4955 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
4965 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
4967 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4972 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
4990 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
5588 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
5612 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
5616 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
5619 ret = ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()