Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c2770 struct hlist_node *hnd = NULL; in t_hash_next() local
2777 hnd = &iter->probe->node; in t_hash_next()
2786 hnd = NULL; in t_hash_next()
2790 if (!hnd) in t_hash_next()
2791 hnd = hhd->first; in t_hash_next()
2793 hnd = hnd->next; in t_hash_next()
2794 if (!hnd) { in t_hash_next()
2800 if (WARN_ON_ONCE(!hnd)) in t_hash_next()
2803 iter->probe = hlist_entry(hnd, struct ftrace_func_probe, node); in t_hash_next()