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_tail
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/io_uring/
H
A
D
queue.c
86
if (sq->sqe_head == sq->
sqe_tail
)
in io_uring_submit()
94
to_submit = sq->
sqe_tail
- sq->sqe_head;
in io_uring_submit()
144
unsigned next = sq->
sqe_tail
+ 1;
in io_uring_get_sqe()
153
sqe = &sq->sqes[sq->
sqe_tail
& *sq->kring_mask];
in io_uring_get_sqe()
154
sq->
sqe_tail
= next;
in io_uring_get_sqe()
H
A
D
liburing.h
30
unsigned
sqe_tail
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
io_uring_zerocopy_tx.c
91
unsigned
sqe_tail
;
member
248
if (sq->sqe_head == sq->
sqe_tail
)
in io_uring_submit()
252
to_submit = sq->
sqe_tail
- sq->sqe_head;
in io_uring_submit()
295
if (sq->
sqe_tail
+ 1 - sq->sqe_head > *sq->kring_entries)
in io_uring_get_sqe()
297
return &sq->sqes[sq->
sqe_tail
++ & *sq->kring_mask];
in io_uring_get_sqe()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
qos_sq.c
153
int
sqe_tail
, sqe_head;
in otx2_qos_sqb_flush()
local
160
sqe_tail
= (val >> 28) & 0x3F;
in otx2_qos_sqb_flush()
161
if (sqe_head !=
sqe_tail
)
in otx2_qos_sqb_flush()
H
A
D
otx2_common.c
818
int qidx,
sqe_tail
, sqe_head;
in otx2_sqb_flush()
local
831
sqe_tail
= (val >> 28) & 0x3F;
in otx2_sqb_flush()
832
if (sqe_head !=
sqe_tail
)
in otx2_sqb_flush()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.c
666
int qidx,
sqe_tail
, sqe_head;
in otx2_sqb_flush()
local
676
sqe_tail
= (val >> 28) & 0x3F;
in otx2_sqb_flush()
677
if (sqe_head ==
sqe_tail
)
in otx2_sqb_flush()
Completed in 7 milliseconds