Home
last modified time | relevance | path

Searched refs:orig_subhash (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dftrace.c3628 struct ftrace_hash **orig_subhash, in ftrace_hash_move_and_update_subops() argument
3643 save_hash = *orig_subhash; in ftrace_hash_move_and_update_subops()
3644 *orig_subhash = __ftrace_hash_move(hash); in ftrace_hash_move_and_update_subops()
3645 if (!*orig_subhash) { in ftrace_hash_move_and_update_subops()
3646 *orig_subhash = save_hash; in ftrace_hash_move_and_update_subops()
3666 free_ftrace_hash_rcu(*orig_subhash); in ftrace_hash_move_and_update_subops()
3667 *orig_subhash = save_hash; in ftrace_hash_move_and_update_subops()