Searched refs:vectored (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/ |
D | aio.c | 1481 struct iovec **iovec, bool vectored, bool compat, in aio_setup_rw() argument 1487 if (!vectored) { in aio_setup_rw() 1517 bool vectored, bool compat) in aio_read() argument 1534 ret = aio_setup_rw(READ, iocb, &iovec, vectored, compat, &iter); in aio_read() 1545 bool vectored, bool compat) in aio_write() argument 1562 ret = aio_setup_rw(WRITE, iocb, &iovec, vectored, compat, &iter); in aio_write()
|
/Linux-v5.10/Documentation/hid/ |
D | uhid.rst | 42 If you want to handle multiple events in a single syscall, then use vectored
|
/Linux-v5.10/arch/x86/crypto/ |
D | sha512-avx-asm.S | 169 # For brievity, the comments following vectored instructions only refer to
|
D | sha512-ssse3-asm.S | 164 # For brievity, the comments following vectored instructions only refer to
|