Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cqe
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/io_uring/
H
A
D
io_uring01.c
149
struct io_uring_cqe *
cqe
= &cring->cqes[head & *s->cq_ring.ring_mask];
in drain_uring_cq()
local
153
if (
cqe
->res < 0) {
in drain_uring_cq()
154
tst_res(TFAIL, "CQE result %s", tst_strerrno(-
cqe
->res));
in drain_uring_cq()
156
struct iovec *iovecs = (void*)
cqe
->user_data;
in drain_uring_cq()
158
if (
cqe
->res == BLOCK_SZ)
in drain_uring_cq()
159
tst_res(TPASS, "CQE result %i",
cqe
->res);
in drain_uring_cq()
161
tst_res(TFAIL, "CQE result %i expected %i",
cqe
->res, BLOCK_SZ);
in drain_uring_cq()
163
check_buffer(iovecs[0].iov_base,
cqe
->res);
in drain_uring_cq()
/third_party/libuv/src/unix/
H
A
D
linux.c
621
iou->
cqe
= sq + params.cq_off.cqes;
in uv__iou_init()
1165
struct uv__io_uring_cqe*
cqe
;
in uv__poll_io_uring()
local
1180
cqe
= iou->
cqe
;
in uv__poll_io_uring()
1184
e = &
cqe
[i & mask];
in uv__poll_io_uring()
1317
struct uv__io_uring_cqe*
cqe
;
in uv__epoll_ctl_flush()
local
1352
cqe
= ctl->
cqe
;
in uv__epoll_ctl_flush()
1353
cqe
= &
cqe
[slo
in uv__epoll_ctl_flush()
[all...]
/third_party/libuv/src/
H
A
D
uv-common.h
429
void*
cqe
; /* pointer to array of struct uv__io_uring_cqe */
member
Completed in 4 milliseconds