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:upend_idx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
net.c
113
int
upend_idx
;
member
310
n->vqs[i].
upend_idx
= 0;
in vhost_net_vq_reset()
354
*
upend_idx
is used to track end of used idx, done_idx is used to track head
366
for (i = nvq->done_idx; i != nvq->
upend_idx
; i = (i + 1) % UIO_MAXIOV) {
in vhost_zerocopy_signal_used()
602
return (nvq->
upend_idx
+ UIO_MAXIOV - nvq->done_idx) % UIO_MAXIOV >
in vhost_exceeds_maxpend()
907
ubuf = nvq->ubuf_info + nvq->
upend_idx
;
in handle_tx_zerocopy()
908
vq->heads[nvq->
upend_idx
].id = cpu_to_vhost32(vq, head);
in handle_tx_zerocopy()
909
vq->heads[nvq->
upend_idx
].len = VHOST_DMA_IN_PROGRESS;
in handle_tx_zerocopy()
912
ubuf->desc = nvq->
upend_idx
;
in handle_tx_zerocopy()
920
nvq->
upend_idx
in handle_tx_zerocopy()
[all...]
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
net.c
114
int
upend_idx
;
member
311
n->vqs[i].
upend_idx
= 0;
in vhost_net_vq_reset()
355
*
upend_idx
is used to track end of used idx, done_idx is used to track head
367
for (i = nvq->done_idx; i != nvq->
upend_idx
; i = (i + 1) % UIO_MAXIOV) {
in vhost_zerocopy_signal_used()
605
return (nvq->
upend_idx
+ UIO_MAXIOV - nvq->done_idx) % UIO_MAXIOV >
in vhost_exceeds_maxpend()
909
ubuf = nvq->ubuf_info + nvq->
upend_idx
;
in handle_tx_zerocopy()
910
vq->heads[nvq->
upend_idx
].id = cpu_to_vhost32(vq, head);
in handle_tx_zerocopy()
911
vq->heads[nvq->
upend_idx
].len = VHOST_DMA_IN_PROGRESS;
in handle_tx_zerocopy()
913
ubuf->desc = nvq->
upend_idx
;
in handle_tx_zerocopy()
923
nvq->
upend_idx
in handle_tx_zerocopy()
[all...]
Completed in 6 milliseconds