Searched refs:hnd (Results 1 – 1 of 1) sorted by relevance
3076 struct hlist_node *hnd = NULL; in t_probe_next() local3096 hnd = &iter->probe_entry->hlist; in t_probe_next()3124 hnd = NULL; in t_probe_next()3128 if (!hnd) in t_probe_next()3129 hnd = hhd->first; in t_probe_next()3131 hnd = hnd->next; in t_probe_next()3132 if (!hnd) { in t_probe_next()3138 if (WARN_ON_ONCE(!hnd)) in t_probe_next()3141 iter->probe_entry = hlist_entry(hnd, struct ftrace_func_entry, hlist); in t_probe_next()