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:new_wr_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_venus.c
168
u32 dwords,
new_wr_idx
;
in venus_write_queue()
local
207
new_wr_idx
= wr_idx + dwords;
in venus_write_queue()
214
if (
new_wr_idx
< qsize) {
in venus_write_queue()
219
new_wr_idx
-= qsize;
in venus_write_queue()
220
len = (dwords -
new_wr_idx
) << 2;
in venus_write_queue()
222
memcpy(queue->qmem.kva, packet + len,
new_wr_idx
<< 2);
in venus_write_queue()
228
qhdr->write_idx =
new_wr_idx
;
in venus_write_queue()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_hif_dpmaif_rx.c
85
unsigned int old_rl_idx,
new_wr_idx
, old_wr_idx;
in t7xx_dpmaif_update_bat_wr_idx()
local
94
new_wr_idx
= old_wr_idx + bat_cnt;
in t7xx_dpmaif_update_bat_wr_idx()
96
if (old_rl_idx > old_wr_idx &&
new_wr_idx
>= old_rl_idx)
in t7xx_dpmaif_update_bat_wr_idx()
99
if (
new_wr_idx
>= bat_req->bat_size_cnt) {
in t7xx_dpmaif_update_bat_wr_idx()
100
new_wr_idx
-= bat_req->bat_size_cnt;
in t7xx_dpmaif_update_bat_wr_idx()
101
if (
new_wr_idx
>= old_rl_idx)
in t7xx_dpmaif_update_bat_wr_idx()
105
bat_req->bat_wr_idx =
new_wr_idx
;
in t7xx_dpmaif_update_bat_wr_idx()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_venus.c
167
u32 dwords,
new_wr_idx
;
in venus_write_queue()
local
206
new_wr_idx
= wr_idx + dwords;
in venus_write_queue()
213
if (
new_wr_idx
< qsize) {
in venus_write_queue()
218
new_wr_idx
-= qsize;
in venus_write_queue()
219
len = (dwords -
new_wr_idx
) << 2;
in venus_write_queue()
221
memcpy(queue->qmem.kva, packet + len,
new_wr_idx
<< 2);
in venus_write_queue()
227
qhdr->write_idx =
new_wr_idx
;
in venus_write_queue()
Completed in 7 milliseconds