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:sqe
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libuv/src/unix/
H
A
D
linux.c
540
char*
sqe
;
in uv__iou_init()
local
544
sqe
= MAP_FAILED;
in uv__iou_init()
590
sqe
= mmap(0,
in uv__iou_init()
597
if (sq == MAP_FAILED ||
sqe
== MAP_FAILED)
in uv__iou_init()
622
iou->
sqe
=
sqe
;
in uv__iou_init()
635
iou->sqarray[i] = i; /* Slot ->
sqe
identity mapping. */
in uv__iou_init()
643
if (
sqe
!= MAP_FAILED)
in uv__iou_init()
644
munmap(
sqe
, sqelen);
in uv__iou_init()
653
munmap(iou->
sqe
, io
in uv__iou_delete()
792
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_get_sqe()
local
846
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_close()
local
887
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_fsync_or_fdatasync()
local
910
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_link()
local
935
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_mkdir()
local
959
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_open()
local
981
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_rename()
local
1003
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_symlink()
local
1027
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_unlink()
local
1049
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_read_or_write()
local
1083
struct uv__io_uring_
sqe
*
sqe
;
uv__iou_fs_statx()
local
1247
struct uv__io_uring_
sqe
*
sqe
;
uv__epoll_ctl_prep()
local
[all...]
/third_party/ltp/testcases/kernel/syscalls/io_uring/
H
A
D
io_uring01.c
182
struct io_uring_sqe *
sqe
;
in submit_to_uring_sq()
local
202
sqe
= &s->sqes[index];
in submit_to_uring_sq()
203
sqe
->flags = 0;
in submit_to_uring_sq()
204
sqe
->fd = fd;
in submit_to_uring_sq()
205
sqe
->opcode = tc->enter_flags;
in submit_to_uring_sq()
206
sqe
->addr = (unsigned long)iov->iov_base;
in submit_to_uring_sq()
207
sqe
->len = BLOCK_SZ;
in submit_to_uring_sq()
208
sqe
->off = 0;
in submit_to_uring_sq()
209
sqe
->user_data = (unsigned long long)iov;
in submit_to_uring_sq()
/third_party/libuv/src/
H
A
D
uv-common.h
430
void*
sqe
; /* pointer to array of struct uv__io_uring_sqe */
member
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H
A
D
afuc_test.asm
48
; to base address of
sqe
fw
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
constants-s390.h
238
V(
sqe
, SQE, 0xED34) /* type = RXE SQUARE ROOT (short HFP) */ \
Completed in 10 milliseconds