Lines Matching refs:hhd

799 	struct hlist_head *hhd;  in ftrace_find_profiled_func()  local
803 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
805 if (hlist_empty(hhd)) in ftrace_find_profiled_func()
808 hlist_for_each_entry_rcu_notrace(rec, hhd, node) { in ftrace_find_profiled_func()
1220 struct hlist_head *hhd; in ftrace_lookup_ip() local
1230 hhd = &hash->buckets[key]; in ftrace_lookup_ip()
1232 hlist_for_each_entry_rcu_notrace(entry, hhd, hlist) { in ftrace_lookup_ip()
1242 struct hlist_head *hhd; in __add_hash_entry() local
1250 hhd = &hash->buckets[key]; in __add_hash_entry()
1251 hlist_add_head(&entry->hlist, hhd); in __add_hash_entry()
1288 struct hlist_head *hhd; in ftrace_hash_clear() local
1298 hhd = &hash->buckets[i]; in ftrace_hash_clear()
1299 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1407 struct hlist_head *hhd; in ftrace_hash_move() local
1443 hhd = &src->buckets[i]; in ftrace_hash_move()
1444 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in ftrace_hash_move()
3008 struct hlist_head *hhd; in t_hash_next() local
3019 hhd = &ftrace_func_hash[iter->hidx]; in t_hash_next()
3021 if (hlist_empty(hhd)) { in t_hash_next()
3028 hnd = hhd->first; in t_hash_next()
3605 struct hlist_head *hhd; in function_trace_probe_call() local
3610 hhd = &ftrace_func_hash[key]; in function_trace_probe_call()
3612 if (hlist_empty(hhd)) in function_trace_probe_call()
3621 hlist_for_each_entry_rcu_notrace(entry, hhd, node) { in function_trace_probe_call()
3651 struct hlist_head *hhd = &ftrace_func_hash[i]; in __enable_ftrace_function_probe() local
3652 if (hhd->first) in __enable_ftrace_function_probe()
3672 struct hlist_head *hhd = &ftrace_func_hash[i]; in __disable_ftrace_function_probe() local
3673 if (hhd->first) in __disable_ftrace_function_probe()
3843 struct hlist_head *hhd = &ftrace_func_hash[i]; in __unregister_ftrace_function_probe() local
3845 hlist_for_each_entry_safe(entry, tmp, hhd, node) { in __unregister_ftrace_function_probe()