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()
1219 struct hlist_head *hhd; in ftrace_hash_clear() local
1229 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1230 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1396 struct hlist_head *hhd; in dup_hash() local
1419 hhd = &src->buckets[i]; in dup_hash()
1420 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in dup_hash()
3396 struct hlist_head *hhd; in t_probe_next() local
3439 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3441 if (hlist_empty(hhd)) { in t_probe_next()
3448 hnd = hhd->first; in t_probe_next()
4776 struct hlist_head *hhd; in free_ftrace_func_mapper() local
4785 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4786 hlist_for_each_entry(entry, hhd, hlist) { in free_ftrace_func_mapper()
4986 struct hlist_head hhd; in unregister_ftrace_function_probe_func() local
5042 INIT_HLIST_HEAD(&hhd); in unregister_ftrace_function_probe_func()
5056 hlist_add_head(&entry->hlist, &hhd); in unregister_ftrace_function_probe_func()
5084 hlist_for_each_entry_safe(entry, tmp, &hhd, hlist) { in unregister_ftrace_function_probe_func()