Lines Matching defs:next
194 /* parsing ok - move on to the next */
196 goto next;
206 goto next;
229 next:
806 new->val.next = &to_split->list;
809 old_tail->next = &new->val;
1077 cursor->last = &node->next;
1599 for (node = cursor->first; node != NULL; node = node->next)
1689 struct rb_node *next = rb_first_cached(&hists->entries);
1692 while (next) {
1693 struct hist_entry *he = rb_entry(next, struct hist_entry,
1697 next = rb_next(&he->rb_node);