Lines Matching refs:buckets
1034 .buckets = (struct hlist_head *)empty_buckets,
1121 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1156 hhd = &hash->buckets[key]; in __add_hash_entry()
1204 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1238 kfree(hash->buckets); in free_ftrace_hash()
1274 hash->buckets = kcalloc(size, sizeof(*hash->buckets), GFP_KERNEL); in alloc_ftrace_hash()
1276 if (!hash->buckets) { in alloc_ftrace_hash()
1338 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in alloc_and_copy_ftrace_hash()
1389 hhd = &src->buckets[i]; in dup_hash()
3330 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
4483 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4599 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in register_ftrace_function_probe()
4661 hlist_for_each_entry(entry, &hash->buckets[i], hlist) { in register_ftrace_function_probe()
4740 hlist_for_each_entry_safe(entry, tmp, &hash->buckets[i], hlist) { in unregister_ftrace_function_probe_func()
5767 head = &fgd->hash->buckets[i]; in __g_next()