Searched refs:new_hash (Results 1 – 1 of 1) sorted by relevance
1319 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local1324 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()1325 if (!new_hash) in alloc_and_copy_ftrace_hash()1329 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()1333 return new_hash; in alloc_and_copy_ftrace_hash()1338 ret = add_hash_entry(new_hash, entry->ip); in alloc_and_copy_ftrace_hash()1344 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()1346 return new_hash; in alloc_and_copy_ftrace_hash()1349 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()1359 struct ftrace_hash *new_hash);[all …]