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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dftrace.c566 struct hlist_head *hhd; local
571 hhd = &stat->hash[key];
573 if (hlist_empty(hhd))
576 hlist_for_each_entry_rcu(rec, n, hhd, node) {
1383 struct hlist_head *hhd; local
1393 hhd = &ftrace_func_hash[iter->hidx];
1395 if (hlist_empty(hhd)) {
1402 hnd = hhd->first;
1892 struct hlist_head *hhd; local
1898 hhd
1931 struct hlist_head *hhd = &ftrace_func_hash[i]; local
1952 struct hlist_head *hhd = &ftrace_func_hash[i]; local
2074 struct hlist_head *hhd = &ftrace_func_hash[i]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dftrace.c566 struct hlist_head *hhd; local
571 hhd = &stat->hash[key];
573 if (hlist_empty(hhd))
576 hlist_for_each_entry_rcu(rec, n, hhd, node) {
1383 struct hlist_head *hhd; local
1393 hhd = &ftrace_func_hash[iter->hidx];
1395 if (hlist_empty(hhd)) {
1402 hnd = hhd->first;
1892 struct hlist_head *hhd; local
1898 hhd
1931 struct hlist_head *hhd = &ftrace_func_hash[i]; local
1952 struct hlist_head *hhd = &ftrace_func_hash[i]; local
2074 struct hlist_head *hhd = &ftrace_func_hash[i]; local
[all...]

Completed in 116 milliseconds