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()
1117 struct hlist_head *hhd; in __ftrace_lookup_ip() local
1120 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1122 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in __ftrace_lookup_ip()
1151 struct hlist_head *hhd; in __add_hash_entry() local
1155 hhd = &hash->buckets[key]; in __add_hash_entry()
1156 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1193 struct hlist_head *hhd; in ftrace_hash_clear() local
1203 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1204 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1364 struct hlist_head *hhd; in dup_hash() local
1387 hhd = &src->buckets[i]; in dup_hash()
1388 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in dup_hash()
3274 struct hlist_head *hhd; in t_probe_next() local
3317 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3319 if (hlist_empty(hhd)) { in t_probe_next()
3326 hnd = hhd->first; in t_probe_next()
4459 struct hlist_head *hhd; in free_ftrace_func_mapper() local
4468 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4469 hlist_for_each_entry(entry, hhd, hlist) { in free_ftrace_func_mapper()
4667 struct hlist_head hhd; in unregister_ftrace_function_probe_func() local
4721 INIT_HLIST_HEAD(&hhd); in unregister_ftrace_function_probe_func()
4735 hlist_add_head(&entry->hlist, &hhd); in unregister_ftrace_function_probe_func()
4763 hlist_for_each_entry_safe(entry, tmp, &hhd, hlist) { in unregister_ftrace_function_probe_func()