Searched refs:vectored (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/ ! |
D | aio.c | 1501 struct iovec **iovec, bool vectored, bool compat, in aio_setup_rw() argument 1507 if (!vectored) { in aio_setup_rw() 1537 bool vectored, bool compat) in aio_read() argument 1553 ret = aio_setup_rw(ITER_DEST, iocb, &iovec, vectored, compat, &iter); in aio_read() 1564 bool vectored, bool compat) in aio_write() argument 1581 ret = aio_setup_rw(ITER_SOURCE, iocb, &iovec, vectored, compat, &iter); in aio_write()
|
/linux-6.6.21/Documentation/hid/ ! |
D | uhid.rst | 42 If you want to handle multiple events in a single syscall, then use vectored
|
/linux-6.6.21/arch/x86/crypto/ ! |
D | sha512-avx-asm.S | 166 # For brievity, the comments following vectored instructions only refer to
|
D | sha512-ssse3-asm.S | 161 # For brievity, the comments following vectored instructions only refer to
|
/linux-6.6.21/Documentation/filesystems/ ! |
D | xfs-online-fsck-design.rst | 5205 online fsck can use that instead of adding a separate vectored scrub system
|