Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c6376 struct ftrace_hash *new_direct_functions; in update_ftrace_direct_add() local
6414 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() local
6554 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()