Lines Matching refs:orig_hash
4103 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops() argument
4111 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4114 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4192 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
4199 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
4201 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
4204 *orig_hash); in process_mod_list()
4246 ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4527 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4572 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
4573 old_hash = *orig_hash; in register_ftrace_function_probe()
4624 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
4671 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
4714 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
4715 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
4762 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
4962 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
4972 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
4974 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4979 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
4997 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
5630 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
5656 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
5664 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
5667 ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()