Searched refs:hhd (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace.c721 struct hlist_head *hhd; local
725 hhd = &stat->hash[key];
727 if (hlist_empty(hhd))
730 hlist_for_each_entry_rcu_notrace(rec, hhd, node) {
1143 struct hlist_head *hhd; local
1146 hhd = &hash->buckets[key];
1148 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) {
1177 struct hlist_head *hhd; local
1181 hhd = &hash->buckets[key];
1182 hlist_add_head(&entry->hlist, hhd);
1220 struct hlist_head *hhd; local
1395 struct hlist_head *hhd; local
3363 struct hlist_head *hhd; local
4745 struct hlist_head *hhd; local
4955 struct hlist_head hhd; local
[all...]

Completed in 221 milliseconds