Lines Matching refs:next
39 struct tracepoint_path *next;
149 tps = tps->next;
247 tps = tps->next;
396 tps = tps->next;
424 goto next;
461 next:
516 ppath->next = tracepoint_name_to_path(pos->name);
517 if (ppath->next)
518 goto next;
527 ppath->next = tracepoint_id_to_path(pos->core.attr.config);
528 if (!ppath->next) {
531 put_tracepoints_path(path.next);
534 next:
535 ppath = ppath->next;
538 return nr_tracepoints > 0 ? path.next : NULL;