Lines Matching refs:hhd

716 	struct hlist_head *hhd;  in ftrace_find_profiled_func()  local
720 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
722 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
725 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1149 struct hlist_head *hhd; in __ftrace_lookup_ip() local
1152 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1154 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in __ftrace_lookup_ip()
1183 struct hlist_head *hhd; in __add_hash_entry() local
1187 hhd = &hash->buckets[key]; in __add_hash_entry()
1188 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1226 struct hlist_head *hhd; in ftrace_hash_clear() local
1236 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1237 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1407 struct hlist_head *hhd; in __move_hash() local
1430 hhd = &src->buckets[i]; in __move_hash()
1431 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in __move_hash()
3926 struct hlist_head *hhd; in t_probe_next() local
3969 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3971 if (hlist_empty(hhd)) { in t_probe_next()
3978 hnd = hhd->first; in t_probe_next()
5293 struct hlist_head *hhd; in free_ftrace_func_mapper() local
5302 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
5303 hlist_for_each_entry(entry, hhd, hlist) { in free_ftrace_func_mapper()
5502 struct hlist_head hhd; in unregister_ftrace_function_probe_func() local
5558 INIT_HLIST_HEAD(&hhd); in unregister_ftrace_function_probe_func()
5572 hlist_add_head(&entry->hlist, &hhd); in unregister_ftrace_function_probe_func()
5600 hlist_for_each_entry_safe(entry, tmp, &hhd, hlist) { in unregister_ftrace_function_probe_func()