Lines Matching refs:orig_hash
3890 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops() argument
3898 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
3901 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
3979 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
3987 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
3989 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
3992 *orig_hash); in process_mod_list()
4035 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4316 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4361 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
4362 old_hash = *orig_hash; in register_ftrace_function_probe()
4413 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
4460 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
4503 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
4504 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
4551 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
4751 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
4761 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
4763 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4768 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
4786 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
5023 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
5047 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
5051 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
5054 ret = ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()