Lines Matching refs:hhd

693 	struct hlist_head *hhd;  in ftrace_find_profiled_func()  local
697 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
699 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
702 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1118 struct hlist_head *hhd; in __ftrace_lookup_ip() local
1121 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1123 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in __ftrace_lookup_ip()
1152 struct hlist_head *hhd; in __add_hash_entry() local
1156 hhd = &hash->buckets[key]; in __add_hash_entry()
1157 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1194 struct hlist_head *hhd; in ftrace_hash_clear() local
1204 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1205 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1365 struct hlist_head *hhd; in dup_hash() local
1388 hhd = &src->buckets[i]; in dup_hash()
1389 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in dup_hash()
3273 struct hlist_head *hhd; in t_probe_next() local
3316 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3318 if (hlist_empty(hhd)) { in t_probe_next()
3325 hnd = hhd->first; in t_probe_next()
4460 struct hlist_head *hhd; in free_ftrace_func_mapper() local
4469 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4470 hlist_for_each_entry(entry, hhd, hlist) { in free_ftrace_func_mapper()
4668 struct hlist_head hhd; in unregister_ftrace_function_probe_func() local
4722 INIT_HLIST_HEAD(&hhd); in unregister_ftrace_function_probe_func()
4736 hlist_add_head(&entry->hlist, &hhd); in unregister_ftrace_function_probe_func()
4764 hlist_for_each_entry_safe(entry, tmp, &hhd, hlist) { in unregister_ftrace_function_probe_func()