Home
last modified time | relevance | path

Searched refs:completion_fd (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dblkio.c44 int completion_fd; member
251 ret = read(s->completion_fd, &val, sizeof(val)); in blkio_completion_fd_read()
304 aio_set_fd_handler(new_context, s->completion_fd, in blkio_attach_aio_context()
314 aio_set_fd_handler(bdrv_get_aio_context(bs), s->completion_fd, NULL, NULL, in blkio_detach_aio_context()
912 s->completion_fd = blkioq_get_completion_fd(s->blkioq); in blkio_open()