Lines Matching refs:orig_hash

3401 					     struct ftrace_hash **orig_hash,  in __ftrace_hash_move_and_update_ops()  argument
3409 old_hash = *orig_hash; in __ftrace_hash_move_and_update_ops()
3412 ret = ftrace_hash_move(ops, enable, orig_hash, hash); in __ftrace_hash_move_and_update_ops()
5033 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops() argument
5038 return ftrace_hash_move_and_update_subops(ops, orig_hash, hash); in ftrace_hash_move_and_update_ops()
5057 return ftrace_hash_move_and_update_subops(subops, orig_hash, hash); in ftrace_hash_move_and_update_ops()
5063 return __ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_hash_move_and_update_ops()
5110 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list() local
5117 orig_hash = &ops->func_hash->filter_hash; in process_mod_list()
5119 orig_hash = &ops->func_hash->notrace_hash; in process_mod_list()
5122 *orig_hash); in process_mod_list()
5164 ftrace_hash_move_and_update_ops(ops, orig_hash, in process_mod_list()
5452 struct ftrace_hash **orig_hash; in register_ftrace_function_probe() local
5499 orig_hash = &probe->ops.func_hash->filter_hash; in register_ftrace_function_probe()
5500 old_hash = *orig_hash; in register_ftrace_function_probe()
5551 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in register_ftrace_function_probe()
5598 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func() local
5643 orig_hash = &probe->ops.func_hash->filter_hash; in unregister_ftrace_function_probe_func()
5644 old_hash = *orig_hash; in unregister_ftrace_function_probe_func()
5691 ret = ftrace_hash_move_and_update_ops(&probe->ops, orig_hash, in unregister_ftrace_function_probe_func()
5904 struct ftrace_hash **orig_hash; in ftrace_set_hash() local
5914 orig_hash = &ops->func_hash->filter_hash; in ftrace_set_hash()
5916 orig_hash = &ops->func_hash->notrace_hash; in ftrace_set_hash()
5921 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
5931 (*orig_hash)->flags |= FTRACE_HASH_FL_MOD; in ftrace_set_hash()
5947 ret = ftrace_hash_move_and_update_ops(ops, orig_hash, hash, enable); in ftrace_set_hash()
6585 struct ftrace_hash *orig_hash; in update_ftrace_direct_mod() local
6605 orig_hash = ops->func_hash ? ops->func_hash->filter_hash : NULL; in update_ftrace_direct_mod()
6606 if (!orig_hash) in update_ftrace_direct_mod()
6622 err = __ftrace_hash_update_ipmodify(ops, orig_hash, orig_hash, true); in update_ftrace_direct_mod()
6953 struct ftrace_hash **orig_hash; in ftrace_regex_release() local
6979 orig_hash = &iter->ops->func_hash->filter_hash; in ftrace_regex_release()
6987 orig_hash = &iter->ops->func_hash->notrace_hash; in ftrace_regex_release()
6990 ftrace_hash_move_and_update_ops(iter->ops, orig_hash, in ftrace_regex_release()