Home
last modified time | relevance | path

Searched +full:io +full:- +full:uring (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/io_uring/
Dio_uring02.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * CVE-2020-29373
13 * Date: Thu Feb 6 21:42:51 2020 -0700
15 * io-wq: add support for inheriting ->fs
19 * Date: Fri Feb 7 16:05:21 2020 -0700
21 * io_uring: grab ->fs as part of async preparation
42 static int sendsock = -1, recvsock = -1, sockpair[2] = {-1, -1};
44 static struct tst_io_uring uring = { .fd = -1 }; variable
92 struct io_uring_sqe *sqe_ptr = uring.sqr_entries; in drain_fallback()
101 for (i = 0, tail = *uring.sqr_tail; i < 255; i++, tail++, sqe_ptr++) { in drain_fallback()
[all …]
/third_party/liburing/test/
Dxattr.c22 #define VALUE2 "value2-a-lot-longer"
36 return -1; in io_uring_fsetxattr()
44 return -1; in io_uring_fsetxattr()
50 return -1; in io_uring_fsetxattr()
53 ret = cqe->res; in io_uring_fsetxattr()
55 if (cqe->res == -EINVAL || cqe->res == -EOPNOTSUPP) in io_uring_fsetxattr()
73 return -1; in io_uring_fgetxattr()
81 return -1; in io_uring_fgetxattr()
87 return -1; in io_uring_fgetxattr()
90 ret = cqe->res; in io_uring_fgetxattr()
[all …]
Dexit-no-cleanup.c1 /* SPDX-License-Identifier: MIT */
3 * Test case testing exit without cleanup and io-wq work pending or queued.
6 * Link: https://lore.kernel.org/io-uring/20211202165606.mqryio4yzubl7ms5@pasture/
57 if (cqe->res < 0) { in thread_func()
58 errno = -cqe->res; in thread_func()
61 assert(cqe->res == sizeof(buf)); in thread_func()
Dmulticqes_drain.c1 /* SPDX-License-Identifier: MIT */
3 * Description: generic tests for io_uring drain io
8 * https://lore.kernel.org/io-uring/39a49b4c-27c2-1035-b250-51daeccaab9b@linux.alibaba.com/
60 } while (ret == -1 && errno == EINTR); in write_pipe()
93 sqe->len |= IORING_POLL_ADD_MULTI; in io_uring_sqe_prep()
105 sqe->flags = sqe_flags; in io_uring_sqe_prep()
126 * sqe0(multishot, link)->sqe1(nop, link)->sqe2(nop)->sqe3(cancel_sqe0) in generate_flags()
139 * - cancel all the previous multishot sqes as soon as possible when
141 * - ensure there is some multishot sqe when generating a cancel sqe
142 * - ensure a cancel/multshot sqe is not in a linkchain
[all …]
/third_party/liburing/
DREADME2 --------
13 Subscribe to io-uring@vger.kernel.org for io_uring related discussions
16 https://lore.kernel.org/io-uring/
20 --------------------------
29 ---------------
43 -----------------
51 -----------------
56 # --cc specifies the C compiler.
57 # --cxx specifies the C++ compiler.
59 ./configure --cc=gcc --cxx=g++;
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]
/third_party/tex-hyphen/encodings/data/
Daglfn13.txt19 # three-value Unicode sequence 0066,0066,0069. "arrowvertex" is omitted
29 # Format: Semicolon-delimited fields:
33 # (2) Glyph name. (upper- and lowercase letters, digits)
46 # - removing the PUA area codes
47 # - removing duplicate Unicode mappings, and
48 # - renaming tcommaaccent to tcedilla and Tcommaaccent to Tcedilla
117 2111;Ifraktur;BLACK-LETTER CAPITAL I
171 211C;Rfraktur;BLACK-LETTER CAPITAL R
241 016E;Uring;LATIN CAPITAL LETTER U WITH RING ABOVE
277 0401;afii10023;CYRILLIC CAPITAL LETTER IO
[all …]
Daglfn.txt8 # - No modification, editing or other alteration of this document is
10 # - The above copyright notice and this permission notice shall be
29 # non-infringement of any third party rights regarding the Adobe
49 # decomposing it to the three-value Unicode sequence 0066,0066,0069.
61 # Format: Semicolon-delimited fields:
65 # (2) Glyph name. (upper- and lowercase letters, digits)
76 # - Completed work intended in 1.5
79 # - removed duplicated block at end of file
80 # - changed mappings:
84 # - corrected statement above about why ffi is omitted.
[all …]
/third_party/skia/tools/sk_app/unix/
Dkeysym2ucs.c10 * The keysym -> UTF-8 conversion will hopefully one day be provided
14 * We allow to represent any UCS character in the range U-00000000 to
15 * U-00FFFFFF by a keysym value in the range 0x01000000 to 0x01ffffff.
16 * This admittedly does not cover the entire 31-bit space of UCS, but
17 * it does cover all of the characters up to U-10FFFF, which can be
18 * represented by UTF-16, and more, and it is very unlikely that higher
23 * encoded in UTF-8, so for viewing and editing best use an editor in
24 * UTF-8 mode.
80 { 0x01d9, 0x016e }, /* Uring Ů LATIN CAPITAL LETTER U WITH RING ABOVE */
96 { 0x01f9, 0x016f }, /* uring ů LATIN SMALL LETTER U WITH RING ABOVE */
[all …]
/third_party/skia/m133/tools/sk_app/unix/
Dkeysym2ucs.c10 * The keysym -> UTF-8 conversion will hopefully one day be provided
14 * We allow to represent any UCS character in the range U-00000000 to
15 * U-00FFFFFF by a keysym value in the range 0x01000000 to 0x01ffffff.
16 * This admittedly does not cover the entire 31-bit space of UCS, but
17 * it does cover all of the characters up to U-10FFFF, which can be
18 * represented by UTF-16, and more, and it is very unlikely that higher
23 * encoded in UTF-8, so for viewing and editing best use an editor in
24 * UTF-8 mode.
80 { 0x01d9, 0x016e }, /* Uring Ů LATIN CAPITAL LETTER U WITH RING ABOVE */
96 { 0x01f9, 0x016f }, /* uring ů LATIN SMALL LETTER U WITH RING ABOVE */
[all …]