Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/trace/
Dftrace.c566 struct hlist_head *hhd; in ftrace_find_profiled_func() local
571 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() local
1389 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() local
1935 hhd = &ftrace_func_hash[key]; in function_trace_probe_call()
[all …]