Searched refs:new_direct_functions (Results 1 – 1 of 1) sorted by relevance
6376 struct ftrace_hash *new_direct_functions; in update_ftrace_direct_add() local6414 new_direct_functions = hash_add(direct_functions, hash); in update_ftrace_direct_add()6415 if (!new_direct_functions) in update_ftrace_direct_add()6419 rcu_assign_pointer(direct_functions, new_direct_functions); in update_ftrace_direct_add()6450 old_direct_functions = new_direct_functions; in update_ftrace_direct_add()6512 struct ftrace_hash *new_direct_functions; in update_ftrace_direct_del() local6554 new_direct_functions = hash_sub(direct_hash, hash); in update_ftrace_direct_del()6555 if (!new_direct_functions) in update_ftrace_direct_del()6579 old_direct_functions = new_direct_functions; in update_ftrace_direct_del()6582 rcu_assign_pointer(direct_functions, new_direct_functions); in update_ftrace_direct_del()