Lines Matching refs:buckets
1043 .buckets = (struct hlist_head *)empty_buckets,
1133 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1168 hhd = &hash->buckets[key]; in __add_hash_entry()
1216 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1250 kfree(hash->buckets); in free_ftrace_hash()
1286 hash->buckets = kcalloc(size, sizeof(*hash->buckets), GFP_KERNEL); in alloc_ftrace_hash()
1288 if (!hash->buckets) { in alloc_ftrace_hash()
1350 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in alloc_and_copy_ftrace_hash()
1409 hhd = &src->buckets[i]; in __ftrace_hash_move()
3171 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
4316 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4432 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in register_ftrace_function_probe()
4494 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in register_ftrace_function_probe()
4573 hlist_for_each_entry_safe(entry, tmp, &hash->buckets[i], hlist) { in unregister_ftrace_function_probe_func()
5204 head = &fgd->hash->buckets[i]; in __g_next()