Searched refs:hhd (Results 1 – 1 of 1) sorted by relevance
566 struct hlist_head *hhd; in ftrace_find_profiled_func() local571 hhd = &stat->hash[key]; in ftrace_find_profiled_func()573 if (hlist_empty(hhd)) in ftrace_find_profiled_func()576 hlist_for_each_entry_rcu(rec, n, hhd, node) { in ftrace_find_profiled_func()1378 struct hlist_head *hhd; in t_hash_next() local1389 hhd = &ftrace_func_hash[iter->hidx]; in t_hash_next()1391 if (hlist_empty(hhd)) { in t_hash_next()1398 hnd = hhd->first; in t_hash_next()1929 struct hlist_head *hhd; in function_trace_probe_call() local1935 hhd = &ftrace_func_hash[key]; in function_trace_probe_call()[all …]