Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c1332 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local
1337 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1338 if (!new_hash) in alloc_and_copy_ftrace_hash()
1342 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash()
1346 return new_hash; in alloc_and_copy_ftrace_hash()
1351 ret = add_hash_entry(new_hash, entry->ip); in alloc_and_copy_ftrace_hash()
1357 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash()
1359 return new_hash; in alloc_and_copy_ftrace_hash()
1362 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash()
1372 struct ftrace_hash *new_hash);
[all …]