OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aio_pending
(Results
1 - 1
of
1
) sorted by null
/external/fio/engines/
solarisaio.c
17
unsigned int
aio_pending
;
member in struct:solarisaio_data
67
* the ->
aio_pending
store is seen after the ->aio_events store
69
sd->aio_events[sd->
aio_pending
] = io_u;
71
sd->
aio_pending
++;
90
while (sd->
aio_pending
< min)
96
ret = sd->
aio_pending
;
97
sd->
aio_pending
-= ret;
Completed in 69 milliseconds