OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aio_ctx
(Results
1 - 3
of
3
) sorted by null
/external/qemu/block/
raw-posix-aio.h
39
BlockDriverAIOCB *laio_submit(BlockDriverState *bs, void *
aio_ctx
, int fd,
raw-posix.c
118
void *
aio_ctx
;
member in struct:BDRVRawState
176
s->
aio_ctx
= laio_init();
177
if (!s->
aio_ctx
) {
521
return laio_submit(bs, s->
aio_ctx
, s->fd, sector_num, qiov,
[
all
...]
/external/qemu/
qemu-io.c
1005
struct
aio_ctx
{
struct
1020
struct
aio_ctx
*ctx = opaque;
1047
struct
aio_ctx
*ctx = opaque;
1123
struct
aio_ctx
*ctx = calloc(1, sizeof(struct
aio_ctx
));
1224
struct
aio_ctx
*ctx = calloc(1, sizeof(struct
aio_ctx
));
[
all
...]
Completed in 2915 milliseconds