Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dftrace.c690 struct hlist_head *hhd; in ftrace_find_profiled_func() local
694 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
696 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
699 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1112 struct hlist_head *hhd; in __ftrace_lookup_ip() local
1115 hhd = &hash->buckets[key]; in __ftrace_lookup_ip()
1117 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in __ftrace_lookup_ip()
1146 struct hlist_head *hhd; in __add_hash_entry() local
1150 hhd = &hash->buckets[key]; in __add_hash_entry()
1151 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
[all …]