Searched refs:IOCB_FLAG_RESFD (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Daio_abi.h52 * IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb"
55 #define IOCB_FLAG_RESFD (1 << 0) macro
101 * if the IOCB_FLAG_RESFD flag of "aio_flags" is set, this is an
/linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c46 #define IOCB_FLAG_RESFD (1 << 0) macro
328 iocb_in->u.c.flags |= IOCB_FLAG_RESFD; main()
342 iocb_out->u.c.flags |= IOCB_FLAG_RESFD; main()
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c46 #define IOCB_FLAG_RESFD (1 << 0) macro
336 iobuf[i].iocb[j]->u.c.flags |= IOCB_FLAG_RESFD; main()
/linux-4.1.27/fs/
H A Daio.c1522 if (iocb->aio_flags & IOCB_FLAG_RESFD) { io_submit_one()
1524 * If the IOCB_FLAG_RESFD flag of aio_flags is set, get an io_submit_one()

Completed in 173 milliseconds