• Home
  • Raw
  • Download

Lines Matching refs:hhd

697 	struct hlist_head *hhd;  in ftrace_find_profiled_func()  local
701 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
703 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
706 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1130 struct hlist_head *hhd; in __ftrace_lookup_ip() local
1133 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1135 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in __ftrace_lookup_ip()
1164 struct hlist_head *hhd; in __add_hash_entry() local
1168 hhd = &hash->buckets[key]; in __add_hash_entry()
1169 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1206 struct hlist_head *hhd; in ftrace_hash_clear() local
1216 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1217 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1379 struct hlist_head *hhd; in __ftrace_hash_move() local
1409 hhd = &src->buckets[i]; in __ftrace_hash_move()
1410 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in __ftrace_hash_move()
3128 struct hlist_head *hhd; in t_probe_next() local
3171 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3173 if (hlist_empty(hhd)) { in t_probe_next()
3180 hnd = hhd->first; in t_probe_next()
4307 struct hlist_head *hhd; in free_ftrace_func_mapper() local
4316 hhd = &mapper->hash.buckets[i]; in free_ftrace_func_mapper()
4317 hlist_for_each_entry(entry, hhd, hlist) { in free_ftrace_func_mapper()
4515 struct hlist_head hhd; in unregister_ftrace_function_probe_func() local
4569 INIT_HLIST_HEAD(&hhd); in unregister_ftrace_function_probe_func()
4583 hlist_add_head(&entry->hlist, &hhd); in unregister_ftrace_function_probe_func()
4611 hlist_for_each_entry_safe(entry, tmp, &hhd, hlist) { in unregister_ftrace_function_probe_func()