Lines Matching refs:orig_hash

4095 					   struct ftrace_hash **orig_hash,  in ftrace_hash_move_and_update_ops()  argument
4103 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4106 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4184 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()
4238 ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4519 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4564 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
4565 old_hash = *orig_hash; in register_ftrace_function_probe()
4616 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
4663 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
4706 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
4707 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
4754 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
4954 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
4964 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
4966 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
4971 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
4989 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
5620 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
5646 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
5650 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
5653 ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()