Searched refs:alloc_and_copy_ftrace_hash (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace.c1348 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) function
4065 iter->hash = alloc_and_copy_ftrace_hash(size_bits, hash);
4481 new_hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS,
4854 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, old_hash);
5007 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, old_hash);
5284 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash);
6120 new_hash = alloc_and_copy_ftrace_hash(size_bits,

Completed in 206 milliseconds