Home
last modified time | relevance | path

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

/arch/um/os-Linux/
Daio.c23 struct aio_context *aio; member
67 int len, unsigned long long offset, struct aio_context *aio) in do_aio() argument
70 .aio_data = (unsigned long) aio, in do_aio()
192 reply = ((struct aio_thread_reply) { .data = req.aio, in not_aio_thread()
194 err = write(req.aio->reply_fd, &reply, sizeof(reply)); in not_aio_thread()
197 "fd = %d, err = %d\n", req.aio->reply_fd, errno); in not_aio_thread()
266 unsigned long long offset, struct aio_context *aio) in submit_aio_26() argument
271 err = do_aio(ctx, type, io_fd, buf, len, offset, aio); in submit_aio_26()
273 reply = ((struct aio_thread_reply) { .data = aio, in submit_aio_26()
275 err = write(aio->reply_fd, &reply, sizeof(reply)); in submit_aio_26()
[all …]
DMakefile6 obj-y = aio.o execvp.o file.o helper.o irq.o main.o mem.o process.o \
12 USER_OBJS := $(user-objs-y) aio.o elf_aux.o execvp.o file.o helper.o irq.o \
/arch/um/include/shared/
Daio.h26 struct aio_context *aio);