Searched refs:vectored (Results 1 – 7 of 7) sorted by relevance
| /linux/io_uring/ |
| H A D | opdef.h | 28 /* vectored opcode, set if 1) vectored, and 2) handler needs to know */ 29 unsigned vectored : 1; member
|
| H A D | rw.c | 119 if (def->vectored && !(req->flags & REQ_F_BUFFER_SELECT)) in __io_import_rw_buffer()
|
| /linux/fs/ |
| H A D | aio.c | 1546 struct iovec **iovec, bool vectored, bool compat, in aio_setup_rw() argument 1552 if (!vectored) { in aio_setup_rw() 1582 bool vectored, bool compat) in aio_read() argument 1598 ret = aio_setup_rw(ITER_DEST, iocb, &iovec, vectored, compat, &iter); in aio_read() 1609 bool vectored, bool compat) in aio_write() argument 1626 ret = aio_setup_rw(ITER_SOURCE, iocb, &iovec, vectored, compat, &iter); in aio_write()
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | microwatt.dts | 107 system-call-vectored {
|
| /linux/Documentation/hid/ |
| H A D | uhid.rst | 42 If you want to handle multiple events in a single syscall, then use vectored
|
| /linux/lib/crypto/x86/ |
| H A D | sha512-ssse3-asm.S | 160 # For brievity, the comments following vectored instructions only refer to
|
| H A D | sha512-avx-asm.S | 165 # For brievity, the comments following vectored instructions only refer to
|