Lines Matching refs:hhd
721 struct hlist_head *hhd; in ftrace_find_profiled_func() local
725 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
727 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
730 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1143 struct hlist_head *hhd; in __ftrace_lookup_ip() local
1146 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1148 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in __ftrace_lookup_ip()
1177 struct hlist_head *hhd; in __add_hash_entry() local
1181 hhd = &hash->buckets[key]; in __add_hash_entry()
1182 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1220 struct hlist_head *hhd; in ftrace_hash_clear() local
1230 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1231 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1395 struct hlist_head *hhd; in dup_hash() local
1418 hhd = &src->buckets[i]; in dup_hash()
1419 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in dup_hash()
3362 struct hlist_head *hhd; in t_probe_next() local
3405 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3407 if (hlist_empty(hhd)) { in t_probe_next()
3414 hnd = hhd->first; in t_probe_next()
4742 struct hlist_head *hhd; in free_ftrace_func_mapper() local
4751 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4752 hlist_for_each_entry(entry, hhd, hlist) { in free_ftrace_func_mapper()
4952 struct hlist_head hhd; in unregister_ftrace_function_probe_func() local
5008 INIT_HLIST_HEAD(&hhd); in unregister_ftrace_function_probe_func()
5022 hlist_add_head(&entry->hlist, &hhd); in unregister_ftrace_function_probe_func()
5050 hlist_for_each_entry_safe(entry, tmp, &hhd, hlist) { in unregister_ftrace_function_probe_func()