Lines Matching refs:next
34 * The next layer transforms unaligned write requests to aligned writes. This
608 struct packet_data *pkt, *next;
612 list_for_each_entry_safe(pkt, next, &pd->cdrw.pkt_free_list, list) {
660 struct rb_node *next;
671 next = n->rb_left;
673 next = n->rb_right;
674 if (!next)
676 n = next;
850 * before the next write, switch to reading instead if there are any pending
1082 if (pkt->sector == zone || pkt->list.next == &pd->cdrw.pkt_free_list) {
1374 struct packet_data *pkt, *next;
1390 list_for_each_entry_safe(pkt, next, &pd->cdrw.pkt_active_list, list) {