Home
last modified time | relevance | path

Searched refs:vectored (Results 1 – 7 of 7) sorted by relevance

/linux/io_uring/
H A Dopdef.h28 /* vectored opcode, set if 1) vectored, and 2) handler needs to know */
29 unsigned vectored : 1; member
H A Drw.c119 if (def->vectored && !(req->flags & REQ_F_BUFFER_SELECT)) in __io_import_rw_buffer()
/linux/fs/
H A Daio.c1546 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 Dmicrowatt.dts107 system-call-vectored {
/linux/Documentation/hid/
H A Duhid.rst42 If you want to handle multiple events in a single syscall, then use vectored
/linux/lib/crypto/x86/
H A Dsha512-ssse3-asm.S160 # For brievity, the comments following vectored instructions only refer to
H A Dsha512-avx-asm.S165 # For brievity, the comments following vectored instructions only refer to