Searched refs:aio (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Daio.c13 #include "aio.h"
24 struct aio_context *aio; member in struct:aio_thread_req
31 * If we don't have aio in libc, we define the necessary stubs here.
66 int len, unsigned long long offset, struct aio_context *aio)
72 iocb = ((struct iocb) { .aio_data = (unsigned long) aio,
202 reply = ((struct aio_thread_reply) { .data = req.aio,
204 err = write(req.aio->reply_fd, &reply, sizeof(reply));
207 "err = %d\n", req.aio->reply_fd, errno);
277 unsigned long long offset, struct aio_context *aio)
282 err = do_aio(ctx, type, io_fd, buf, len, offset, aio);
65 do_aio(aio_context_t ctx, enum aio_type type, int fd, char *buf, int len, unsigned long long offset, struct aio_context *aio) argument
276 submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, struct aio_context *aio) argument
305 submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, struct aio_context *aio) argument
374 submit_aio_24(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, struct aio_context *aio) argument
394 submit_aio(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, int reply_fd, struct aio_context *aio) argument
[all...]
H A DMakefile6 obj-y = aio.o elf_aux.o execvp.o file.o helper.o irq.o main.o mem.o process.o \
18 USER_OBJS := $(user-objs-y) aio.o elf_aux.o execvp.o file.o helper.o irq.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Daio.h26 struct aio_context *aio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_mpc52xx.c311 struct ata_ioports *aio; local
326 aio = &ap->ioaddr;
327 aio->cmd_addr = NULL; /* Don't have a classic reg block */
328 aio->altstatus_addr = &priv->ata_regs->tf_control;
329 aio->ctl_addr = &priv->ata_regs->tf_control;
330 aio->data_addr = &priv->ata_regs->tf_data;
331 aio->error_addr = &priv->ata_regs->tf_features;
332 aio->feature_addr = &priv->ata_regs->tf_features;
333 aio->nsect_addr = &priv->ata_regs->tf_sec_count;
334 aio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A DMakefile11 attr.o bad_inode.o file.o filesystems.o namespace.o aio.o \
H A Daio.c29 #include <linux/aio.h>
47 unsigned long aio_nr; /* current system wide number of aio requests */
48 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */
67 * Creates the slab caches used by the aio routines, panic on
75 aio_wq = create_workqueue("aio");
248 dprintk("aio: allocated ioctx %p[%ld]: mm=%p mask=0x%x\n",
261 dprintk("aio: error allocating ioctx %p\n", ctx);
266 * Cancels all outstanding aio requests on an aio context. Used
364 * Called when the last user of an aio contex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dfile.c39 #include <linux/aio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dfile.c20 #include <linux/aio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dfile.c30 #include <linux/aio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsys_ia32.c56 #include <linux/aio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Draw.c51 #include <linux/aio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h319 #include <linux/aio.h>
432 /* aio bits */
1168 * If this thread is processing aio, this points at the waitqueue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c17 #include <linux/aio.h>

Completed in 206 milliseconds