Lines Matching defs:next
322 goto next;
358 next:
560 struct flush_cmd *cmd, *next;
571 llist_for_each_entry_safe(cmd, next,
636 struct flush_cmd *tmp, *next;
640 llist_for_each_entry_safe(tmp, next, list, llnode) {
967 struct rb_node *cur = rb_first_cached(&dcc->root), *next;
971 next = rb_next(cur);
972 if (!next)
976 next_dc = rb_entry(next, struct discard_cmd, rb_node);
980 "cur(%u, %u) next(%u, %u)",
985 cur = next;
1062 /* lookup next node for merging frontward later */
1480 goto next;
1511 next:
1577 goto next;
1589 next:
1641 goto next;
1664 next:
1739 next:
1764 goto next;
2185 next:
2195 goto next;
3153 next:
3191 goto next;
4175 struct sit_entry_set *next = ses;
4180 list_for_each_entry_continue(next, head, set_list)
4181 if (ses->entry_cnt <= next->entry_cnt) {
4182 list_move_tail(&ses->set_list, &next->set_list);
4845 "Current segment's next free block offset is inconsistent with bitmap, logtype:%u, segno:%u, type:%u, next_blkoff:%u, blkofs:%u",