Lines Matching refs:temp_hash
3649 struct ftrace_ops_hash temp_hash;
3654 temp_hash.filter_hash = EMPTY_HASH;
3655 temp_hash.notrace_hash = EMPTY_HASH;
3668 &temp_hash, subops->func_hash);
3670 free_ftrace_hash(temp_hash.filter_hash);
3671 free_ftrace_hash(temp_hash.notrace_hash);
3676 free_ftrace_hash(temp_hash.filter_hash);
3677 free_ftrace_hash(temp_hash.notrace_hash);
3679 temp_hash.filter_hash = *filter_hash;
3680 temp_hash.notrace_hash = *notrace_hash;