Searched refs:new_direct_functions (Results 1 – 1 of 1) sorted by relevance
6344 struct ftrace_hash *new_direct_functions; in update_ftrace_direct_add() local6382 new_direct_functions = hash_add(direct_functions, hash); in update_ftrace_direct_add()6383 if (!new_direct_functions) in update_ftrace_direct_add()6387 rcu_assign_pointer(direct_functions, new_direct_functions); in update_ftrace_direct_add()6417 old_direct_functions = new_direct_functions; in update_ftrace_direct_add()6479 struct ftrace_hash *new_direct_functions; in update_ftrace_direct_del() local6518 new_direct_functions = hash_sub(direct_functions, hash); in update_ftrace_direct_del()6519 if (!new_direct_functions) in update_ftrace_direct_del()6542 old_direct_functions = new_direct_functions; in update_ftrace_direct_del()6545 rcu_assign_pointer(direct_functions, new_direct_functions); in update_ftrace_direct_del()