Lines Matching refs:countp
772 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child() local
774 countp[w] += !cio->io_state[w]; in zio_add_child()
810 uint64_t *countp = pio->io_children[cio->io_child_type]; in zio_add_child_first() local
812 countp[w] += !cio->io_state[w]; in zio_add_child_first()
847 uint64_t *countp = &zio->io_children[c][wait]; in zio_wait_for_children() local
848 if (*countp != 0) { in zio_wait_for_children()
851 zio->io_stall = countp; in zio_wait_for_children()
865 uint64_t *countp = &pio->io_children[zio->io_child_type][wait]; in zio_notify_parent() local
872 ASSERT3U(*countp, >, 0); in zio_notify_parent()
880 (*countp)--; in zio_notify_parent()
882 if (*countp == 0 && pio->io_stall == countp) { in zio_notify_parent()