Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c1301 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash() function
1361 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1418 new_hash = alloc_ftrace_hash(bits); in __move_hash()
3232 *hash = alloc_ftrace_hash(size_bits); in append_hash()
3343 new_hash = alloc_ftrace_hash(size_bits); in intersect_hashes()
3529 notrace_hash = alloc_ftrace_hash(size_bits); in ftrace_startup_subops()
4573 iter->hash = alloc_ftrace_hash(size_bits); in ftrace_regex_open()
5139 hash = alloc_ftrace_hash(FTRACE_HASH_DEFAULT_BITS); in allocate_ftrace_func_mapper()
5767 hash = alloc_ftrace_hash(FTRACE_HASH_DEFAULT_BITS); in ftrace_set_hash()
5917 new_hash = alloc_ftrace_hash(fls(size)); in register_ftrace_direct()
[all …]