Lines Matching refs:orig_hash
3355 struct ftrace_hash **orig_hash, in __ftrace_hash_move_and_update_ops() argument
3363 old_hash = *orig_hash; in __ftrace_hash_move_and_update_ops()
3366 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in __ftrace_hash_move_and_update_ops()
4938 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops() argument
4943 return ftrace_hash_move_and_update_subops(ops, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4962 return ftrace_hash_move_and_update_subops(subops, orig_hash, hash); in ftrace_hash_move_and_update_ops()
4968 return __ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_hash_move_and_update_ops()
5015 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
5022 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
5024 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
5027 *orig_hash); in process_mod_list()
5069 ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
5352 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
5399 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
5400 old_hash = *orig_hash; in register_ftrace_function_probe()
5451 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
5498 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
5543 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
5544 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
5591 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
5804 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
5814 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
5816 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
5821 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
5831 (*orig_hash)->flags |= FTRACE_HASH_FL_MOD; in ftrace_set_hash()
5847 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
6467 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
6493 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
6501 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
6504 ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()