Searched defs:cio_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1640 zio_t *cio, *cio_next; local
1666 * the remainder of pio's io_child_list, from 'cio_next' onward,
1670 for (cio = zio_walk_children(pio, &zl); cio != NULL; cio = cio_next) {
1671 cio_next = zio_walk_children(pio, &zl);

Completed in 68 milliseconds