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:loop_count
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_l2_cache.c
508
const int
loop_count
= 100000;
in mali_l2_cache_send_command()
local
517
for (i = 0; i <
loop_count
; i++) {
in mali_l2_cache_send_command()
525
if (i ==
loop_count
) {
in mali_l2_cache_send_command()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_l2_cache.c
465
const int
loop_count
= 100000;
in mali_l2_cache_send_command()
local
474
for (i = 0; i <
loop_count
; i++) {
in mali_l2_cache_send_command()
481
if (i ==
loop_count
) {
in mali_l2_cache_send_command()
/device/soc/rockchip/common/vendor/drivers/pci/
H
A
D
rockchip-pcie-dma.h
159
int
loop_count
;
member
H
A
D
pcie-dw-rockchip.c
1182
if (obj->dma_free && obj->
loop_count
>= obj->loop_count_threshold) {
in rk_pcie_handle_dma_interrupt()
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
H
A
D
rockchip-pcie-dma.h
160
int
loop_count
;
member
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
rockchip-pcie-dma.h
162
int
loop_count
;
member
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
H
A
D
rockchip-pcie-dma.h
162
int
loop_count
;
member
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H
A
D
mpp_rkvdec2_link.c
121
u32
loop_count
= 10;
in rkvdec_link_status_update()
local
139
} while (--
loop_count
);
in rkvdec_link_status_update()
144
if (!
loop_count
) {
in rkvdec_link_status_update()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H
A
D
mpp_rkvdec2_link.c
112
u32
loop_count
= 10;
in rkvdec_link_status_update()
local
135
} while (--
loop_count
);
in rkvdec_link_status_update()
142
if (!
loop_count
)
in rkvdec_link_status_update()
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H
A
D
pcie-dw-rockchip.c
1401
obj->
loop_count
>= obj->loop_count_threshold)
in rk_pcie_handle_dma_interrupt()
Completed in 14 milliseconds