OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_aio
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
raw-posix.c
490
RawAIOCB *
first_aio
;
member in struct:PosixAioState
513
pacb = &s->
first_aio
;
551
return !!s->
first_aio
;
584
s->
first_aio
= NULL;
613
pacb = &posix_aio_state->
first_aio
;
676
acb->next = posix_aio_state->
first_aio
;
677
posix_aio_state->
first_aio
= acb;
1091
acb->next = posix_aio_state->
first_aio
;
1092
posix_aio_state->
first_aio
= acb;
[
all
...]
Completed in 69 milliseconds