Lines Matching refs:old_hash_ops
3711 struct ftrace_ops_hash old_hash_ops; in register_ftrace_function_probe() local
3734 old_hash_ops.filter_hash = old_hash; in register_ftrace_function_probe()
3736 old_hash_ops.notrace_hash = NULL; in register_ftrace_function_probe()
3798 __enable_ftrace_function_probe(&old_hash_ops); in register_ftrace_function_probe()
4121 struct ftrace_ops_hash old_hash_ops; in ftrace_set_hash() local
4158 old_hash_ops.filter_hash = ops->func_hash->filter_hash; in ftrace_set_hash()
4159 old_hash_ops.notrace_hash = ops->func_hash->notrace_hash; in ftrace_set_hash()
4162 ftrace_ops_update_code(ops, &old_hash_ops); in ftrace_set_hash()
4374 struct ftrace_ops_hash old_hash_ops; in ftrace_regex_release() local
4408 old_hash_ops.filter_hash = iter->ops->func_hash->filter_hash; in ftrace_regex_release()
4409 old_hash_ops.notrace_hash = iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
4413 ftrace_ops_update_code(iter->ops, &old_hash_ops); in ftrace_regex_release()