OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AioHandler
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
aio-android.c
20
typedef struct
AioHandler
AioHandler
;
23
static QLIST_HEAD(,
AioHandler
) aio_handlers;
31
struct
AioHandler
40
QLIST_ENTRY(
AioHandler
) node;
43
static
AioHandler
*find_aio_handler(int fd)
45
AioHandler
*node;
63
AioHandler
*node;
85
node = qemu_mallocz(sizeof(
AioHandler
));
104
AioHandler
*node
[
all
...]
aio.c
19
typedef struct
AioHandler
AioHandler
;
22
static QLIST_HEAD(,
AioHandler
) aio_handlers;
30
struct
AioHandler
39
QLIST_ENTRY(
AioHandler
) node;
42
static
AioHandler
*find_aio_handler(int fd)
44
AioHandler
*node;
62
AioHandler
*node;
84
node = qemu_mallocz(sizeof(
AioHandler
));
103
AioHandler
*node
[
all
...]
Completed in 57 milliseconds