Lines Matching defs:ut_ch
1368 struct ut_bdev_channel *ut_ch;
1382 ut_ch = spdk_io_channel_get_ctx(bdev_ch->channel);
1383 ut_ch->avail_cnt = AVAIL;
1464 struct ut_bdev_channel *ut_ch;
1488 ut_ch = spdk_io_channel_get_ctx(bdev_ch->channel);
1489 ut_ch->avail_cnt = AVAIL;
1537 struct ut_bdev_channel *ut_ch;
1550 ut_ch = spdk_io_channel_get_ctx(bdev_ch->channel);
1551 ut_ch->avail_cnt = AVAIL;
1590 struct ut_bdev_channel *ut_ch;
1616 ut_ch = spdk_io_channel_get_ctx(bdev_ch->channel);
1617 ut_ch->avail_cnt = AVAIL;
1673 struct ut_bdev_channel *ut_ch;
1685 ut_ch = spdk_io_channel_get_ctx(bdev_ch->channel);
1686 ut_ch->avail_cnt = 0;
1690 * All of these I/Os will queue in nomem_io list due to ut_ch->avail_cnt == 0.
1701 ut_ch->avail_cnt = IO_ARRAY_SIZE / 2;