Lines Matching refs:size_bits

1118 	if (hash->size_bits > 0)  in ftrace_hash_key()
1119 return hash_long(ip, hash->size_bits); in ftrace_hash_key()
1209 int size = 1 << hash->size_bits; in ftrace_hash_clear()
1276 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash() argument
1285 size = 1 << size_bits; in alloc_ftrace_hash()
1293 hash->size_bits = size_bits; in alloc_ftrace_hash()
1328 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash() argument
1336 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1347 size = 1 << hash->size_bits; in alloc_and_copy_ftrace_hash()
1406 size = 1 << src->size_bits; in __ftrace_hash_move()
3107 size = 1 << hash->size_bits; in t_probe_next()
3116 size = 1 << hash->size_bits; in t_probe_next()
3592 const int size_bits = FTRACE_HASH_DEFAULT_BITS; in ftrace_regex_open() local
3595 iter->hash = alloc_ftrace_hash(size_bits); in ftrace_regex_open()
3598 iter->hash = alloc_and_copy_ftrace_hash(size_bits, hash); in ftrace_regex_open()
4263 size = 1 << mapper->hash.size_bits; in free_ftrace_func_mapper()
4379 size = 1 << hash->size_bits; in register_ftrace_function_probe()
4520 size = 1 << hash->size_bits; in unregister_ftrace_function_probe_func()
5145 for (i = idx; i < 1 << fgd->hash->size_bits; i++) { in __g_next()
5231 const int size_bits = FTRACE_HASH_DEFAULT_BITS; in __ftrace_graph_open() local
5237 new_hash = alloc_ftrace_hash(size_bits); in __ftrace_graph_open()
5239 new_hash = alloc_and_copy_ftrace_hash(size_bits, in __ftrace_graph_open()