Searched refs:io_setup (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/char/ipmi/
H A Dipmi_si_pci.c36 if (io->io_setup(io)) {
101 io.io_setup = ipmi_si_port_setup;
104 io.io_setup = ipmi_si_mem_setup;
H A Dipmi_si.h57 int (*io_setup)(struct si_sm_io *info); member in struct:si_sm_io
H A Dipmi_si_intf.c1884 if (!io->io_setup) {
1886 io->io_setup = ipmi_si_port_setup;
1888 io->io_setup = ipmi_si_mem_setup;
1990 rv = new_smi->io.io_setup(&new_smi->io);
/linux-master/kernel/
H A Dsys_ni.c39 COND_SYSCALL(io_setup); variable
40 COND_SYSCALL_COMPAT(io_setup); variable
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c280 if (io_setup(2, &ctx) < 0) {
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c288 if (io_setup(AIO_MAX, &ctx) < 0) {
/linux-master/fs/
H A Daio.c111 * This is what userspace passed to io_setup(), it's not used for
746 * Store the original nr_events -- what userspace passed to io_setup(),
818 percpu_ref_get(&ctx->users); /* io_setup() will drop this ref */
876 * has already returned, so io_setup() could potentially return
1388 SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp)
1419 COMPAT_SYSCALL_DEFINE2(io_setup, unsigned, nr_events, u32 __user *, ctx32p)

Completed in 163 milliseconds