Searched refs:hnd (Results 1 – 1 of 1) sorted by relevance
2770 struct hlist_node *hnd = NULL; in t_hash_next() local2777 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()