Lines Matching refs:size_bits
1141 if (hash->size_bits > 0) in ftrace_hash_key()
1142 return hash_long(ip, hash->size_bits); in ftrace_hash_key()
1232 int size = 1 << hash->size_bits; in ftrace_hash_clear()
1299 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash() argument
1308 size = 1 << size_bits; in alloc_ftrace_hash()
1316 hash->size_bits = size_bits; in alloc_ftrace_hash()
1351 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash() argument
1359 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1370 size = 1 << hash->size_bits; in alloc_and_copy_ftrace_hash()
1429 size = 1 << src->size_bits; in __ftrace_hash_move()
3113 size = 1 << hash->size_bits; in t_probe_next()
3122 size = 1 << hash->size_bits; in t_probe_next()
3583 const int size_bits = FTRACE_HASH_DEFAULT_BITS; in ftrace_regex_open() local
3586 iter->hash = alloc_ftrace_hash(size_bits); in ftrace_regex_open()
3589 iter->hash = alloc_and_copy_ftrace_hash(size_bits, hash); in ftrace_regex_open()
4210 int size = 1 << mapper->hash.size_bits; in free_ftrace_func_mapper()
4320 size = 1 << hash->size_bits; in register_ftrace_function_probe()
4461 size = 1 << hash->size_bits; in unregister_ftrace_function_probe_func()
5084 for (i = idx; i < 1 << fgd->hash->size_bits; i++) { in __g_next()
5166 const int size_bits = FTRACE_HASH_DEFAULT_BITS; in __ftrace_graph_open() local
5172 new_hash = alloc_ftrace_hash(size_bits); in __ftrace_graph_open()
5174 new_hash = alloc_and_copy_ftrace_hash(size_bits, in __ftrace_graph_open()