Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c3303 struct hlist_node *hnd = NULL; in t_probe_next() local
3323 hnd = &iter->probe_entry->hlist; in t_probe_next()
3351 hnd = NULL; in t_probe_next()
3355 if (!hnd) in t_probe_next()
3356 hnd = hhd->first; in t_probe_next()
3358 hnd = hnd->next; in t_probe_next()
3359 if (!hnd) { in t_probe_next()
3365 if (WARN_ON_ONCE(!hnd)) in t_probe_next()
3368 iter->probe_entry = hlist_entry(hnd, struct ftrace_func_entry, hlist); in t_probe_next()