Lines Matching defs:new_direct_functions
6403 struct ftrace_hash *new_direct_functions;
6441 new_direct_functions = hash_add(direct_functions, hash);
6442 if (!new_direct_functions)
6446 rcu_assign_pointer(direct_functions, new_direct_functions);
6477 old_direct_functions = new_direct_functions;
6539 struct ftrace_hash *new_direct_functions;
6581 new_direct_functions = hash_sub(direct_hash, hash);
6582 if (!new_direct_functions)
6605 /* free the new_direct_functions */
6606 old_direct_functions = new_direct_functions;
6609 rcu_assign_pointer(direct_functions, new_direct_functions);