Lines Matching defs:next
542 struct rb_node *next;
549 next = rb_first_cached(root);
550 while (next != NULL) {
551 struct hist_entry *he = rb_entry(next, struct hist_entry, rb_node_in);
553 next = rb_next(&he->rb_node_in);
600 struct rb_node *next = rb_first_cached(root);
603 while (next != NULL) {
604 struct hist_entry *he_pair = rb_entry(next, struct hist_entry,
607 next = rb_next(&he_pair->rb_node_in);
667 struct rb_node *next = rb_first_cached(root);
669 while (next != NULL) {
670 struct hist_entry *he = rb_entry(next, struct hist_entry,
674 next = rb_next(&he->rb_node_in);
686 struct rb_node *next;
693 next = rb_first_cached(root);
694 while (next != NULL) {
700 he = rb_entry(next, struct hist_entry, rb_node_in);
701 next = rb_next(&he->rb_node_in);