Lines Matching refs:hhd

726 	struct hlist_head *hhd;  in ftrace_find_profiled_func()  local
730 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
732 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
735 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1153 struct hlist_head *hhd; in __ftrace_lookup_ip() local
1156 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1158 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in __ftrace_lookup_ip()
1187 struct hlist_head *hhd; in __add_hash_entry() local
1191 hhd = &hash->buckets[key]; in __add_hash_entry()
1192 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1229 struct hlist_head *hhd; in ftrace_hash_clear() local
1239 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1240 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1401 struct hlist_head *hhd; in __ftrace_hash_move() local
1431 hhd = &src->buckets[i]; in __ftrace_hash_move()
1432 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in __ftrace_hash_move()
3091 struct hlist_head *hhd; in t_probe_next() local
3126 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3128 if (hlist_empty(hhd)) { in t_probe_next()
3135 hnd = hhd->first; in t_probe_next()
4209 struct hlist_head *hhd; in free_ftrace_func_mapper() local
4215 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4216 hlist_for_each_entry(entry, hhd, hlist) { in free_ftrace_func_mapper()
4405 struct hlist_head hhd; in unregister_ftrace_function_probe_func() local
4459 INIT_HLIST_HEAD(&hhd); in unregister_ftrace_function_probe_func()
4473 hlist_add_head(&entry->hlist, &hhd); in unregister_ftrace_function_probe_func()
4501 hlist_for_each_entry_safe(entry, tmp, &hhd, hlist) { in unregister_ftrace_function_probe_func()