Lines Matching defs:ch
69 bdev_null_abort_io(struct null_io_channel *ch, struct spdk_bdev_io *bio_to_abort)
74 TAILQ_FOREACH(null_io, &ch->io, link) {
78 TAILQ_REMOVE(&ch->io, null_io, link);
91 struct null_io_channel *ch = spdk_io_channel_get_ctx(_ch);
146 TAILQ_INSERT_TAIL(&ch->io, null_io, link);
165 TAILQ_INSERT_TAIL(&ch->io, null_io, link);
169 TAILQ_INSERT_TAIL(&ch->io, null_io, link);
172 if (bdev_null_abort_io(ch, bdev_io->u.abort.bio_to_abort)) {
389 struct null_io_channel *ch = arg;
394 TAILQ_SWAP(&ch->io, &io, null_bdev_io, link);
412 struct null_io_channel *ch = ctx_buf;
414 TAILQ_INIT(&ch->io);
415 ch->poller = SPDK_POLLER_REGISTER(null_io_poll, ch, 0);
423 struct null_io_channel *ch = ctx_buf;
425 spdk_poller_unregister(&ch->poller);