Lines Matching refs:orig_hash

4412 					   struct ftrace_hash **orig_hash,  in ftrace_hash_move_and_update_ops()  argument
4420 old_hash = *orig_hash; in ftrace_hash_move_and_update_ops()
4423 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4501 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
4508 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
4510 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
4513 *orig_hash); in process_mod_list()
4555 ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
4836 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
4883 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
4884 old_hash = *orig_hash; in register_ftrace_function_probe()
4935 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
4982 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
5027 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
5028 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
5075 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
5297 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
5307 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
5309 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
5314 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
5332 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
5877 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
5903 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
5911 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
5914 ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()