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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Daio.c12 #include "aio.h"
25 struct aio_context *aio; member in struct:aio_thread_req
33 * If we don't have aio in libc, we define the necessary stubs here.
69 int len, unsigned long long offset, struct aio_context *aio)
72 .aio_data = (unsigned long) aio,
195 reply = ((struct aio_thread_reply) { .data = req.aio,
197 err = write(req.aio->reply_fd, &reply, sizeof(reply));
200 "fd = %d, err = %d\n", req.aio->reply_fd, errno);
269 unsigned long long offset, struct aio_context *aio)
274 err = do_aio(ctx, type, io_fd, buf, len, offset, aio);
68 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
268 submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, struct aio_context *aio) argument
297 submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, struct aio_context *aio) argument
364 submit_aio_24(enum aio_type type, int io_fd, char *buf, int len, unsigned long long offset, struct aio_context *aio) argument
384 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 \
10 USER_OBJS := $(user-objs-y) aio.o elf_aux.o execvp.o file.o helper.o irq.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Daio.h26 struct aio_context *aio);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_mpc52xx.c630 struct ata_ioports *aio; local
644 aio = &ap->ioaddr;
645 aio->cmd_addr = NULL; /* Don't have a classic reg block */
646 aio->altstatus_addr = &priv->ata_regs->tf_control;
647 aio->ctl_addr = &priv->ata_regs->tf_control;
648 aio->data_addr = &priv->ata_regs->tf_data;
649 aio->error_addr = &priv->ata_regs->tf_features;
650 aio->feature_addr = &priv->ata_regs->tf_features;
651 aio->nsect_addr = &priv->ata_regs->tf_sec_count;
652 aio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dfile.c38 #include <linux/aio.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A DMakefile29 obj-$(CONFIG_AIO) += aio.o
H A Daio.c31 #include <linux/aio.h>
52 unsigned long aio_nr; /* current system wide number of aio requests */
53 unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */
80 * Creates the slab caches used by the aio routines, panic on
88 aio_wq = create_workqueue("aio");
226 * Called when the last user of an aio context has gone away,
317 dprintk("aio: allocated ioctx %p[%ld]: mm=%p mask=0x%x\n",
330 dprintk("aio: error allocating ioctx %p\n", ctx);
335 * Cancels all outstanding aio requests on an aio contex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dfile.c19 #include <linux/aio.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h252 #include <aio.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dfile.c28 #include <linux/aio.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Draw.c49 #include <linux/aio.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfilemap.c17 #include <linux/aio.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h378 #include <linux/aio.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure1436 --with-aio-support Include asynchronous io support (default=no)
20113 for ac_header in aio.h arpa/inet.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h rpc/nettype.h
[all...]

Completed in 407 milliseconds