Searched refs:hhd (Results 1 – 1 of 1) sorted by relevance
713 struct hlist_head *hhd; in ftrace_find_profiled_func() local718 hhd = &stat->hash[key]; in ftrace_find_profiled_func()720 if (hlist_empty(hhd)) in ftrace_find_profiled_func()723 hlist_for_each_entry_rcu(rec, n, hhd, node) { in ftrace_find_profiled_func()1094 struct hlist_head *hhd; in ftrace_lookup_ip() local1105 hhd = &hash->buckets[key]; in ftrace_lookup_ip()1107 hlist_for_each_entry_rcu(entry, n, hhd, hlist) { in ftrace_lookup_ip()1117 struct hlist_head *hhd; in __add_hash_entry() local1125 hhd = &hash->buckets[key]; in __add_hash_entry()1126 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()[all …]