Lines Matching refs:hhd

809 	struct hlist_head *hhd;  in ftrace_find_profiled_func()  local
813 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
815 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
818 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1230 struct hlist_head *hhd; in ftrace_lookup_ip() local
1240 hhd = &hash->buckets[key]; in ftrace_lookup_ip()
1242 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in ftrace_lookup_ip()
1252 struct hlist_head *hhd; in __add_hash_entry() local
1260 hhd = &hash->buckets[key]; in __add_hash_entry()
1261 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1298 struct hlist_head *hhd; in ftrace_hash_clear() local
1308 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1309 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1417 struct hlist_head *hhd; in ftrace_hash_move() local
1453 hhd = &src->buckets[i]; in ftrace_hash_move()
1454 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in ftrace_hash_move()
3018 struct hlist_head *hhd; in t_hash_next() local
3029 hhd = &ftrace_func_hash[iter->hidx]; in t_hash_next()
3031 if (hlist_empty(hhd)) { in t_hash_next()
3038 hnd = hhd->first; in t_hash_next()
3621 struct hlist_head *hhd; in function_trace_probe_call() local
3626 hhd = &ftrace_func_hash[key]; in function_trace_probe_call()
3628 if (hlist_empty(hhd)) in function_trace_probe_call()
3637 hlist_for_each_entry_rcu_notrace(entry, hhd, node) { in function_trace_probe_call()
3667 struct hlist_head *hhd = &ftrace_func_hash[i]; in __enable_ftrace_function_probe() local
3668 if (hhd->first) in __enable_ftrace_function_probe()
3688 struct hlist_head *hhd = &ftrace_func_hash[i]; in __disable_ftrace_function_probe() local
3689 if (hhd->first) in __disable_ftrace_function_probe()
3860 struct hlist_head *hhd = &ftrace_func_hash[i]; in __unregister_ftrace_function_probe() local
3862 hlist_for_each_entry_safe(entry, tmp, hhd, node) { in __unregister_ftrace_function_probe()