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:idma_stalled
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
10092
idma->
idma_stalled
[0] = 0;
in t4_idma_monitor_init()
10093
idma->
idma_stalled
[1] = 0;
in t4_idma_monitor_init()
10130
if (idma->
idma_stalled
[i] >= SGE_IDMA_WARN_THRESH * hz)
in t4_idma_monitor()
10134
idma->
idma_stalled
[i] / hz);
in t4_idma_monitor()
10135
idma->
idma_stalled
[i] = 0;
in t4_idma_monitor()
10148
if (idma->
idma_stalled
[i] == 0) {
in t4_idma_monitor()
10149
idma->
idma_stalled
[i] = hz;
in t4_idma_monitor()
10152
idma->
idma_stalled
[i] += ticks;
in t4_idma_monitor()
10156
if (idma->
idma_stalled
[i] < SGE_IDMA_WARN_THRESH * hz)
in t4_idma_monitor()
10180
idma->
idma_stalled
[
in t4_idma_monitor()
[all...]
H
A
D
cxgb4.h
499
unsigned int
idma_stalled
[2]; /* synthesized stalled timers in HZ */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
10061
idma->
idma_stalled
[0] = 0;
in t4_idma_monitor_init()
10062
idma->
idma_stalled
[1] = 0;
in t4_idma_monitor_init()
10099
if (idma->
idma_stalled
[i] >= SGE_IDMA_WARN_THRESH * hz)
in t4_idma_monitor()
10103
idma->
idma_stalled
[i] / hz);
in t4_idma_monitor()
10104
idma->
idma_stalled
[i] = 0;
in t4_idma_monitor()
10117
if (idma->
idma_stalled
[i] == 0) {
in t4_idma_monitor()
10118
idma->
idma_stalled
[i] = hz;
in t4_idma_monitor()
10121
idma->
idma_stalled
[i] += ticks;
in t4_idma_monitor()
10125
if (idma->
idma_stalled
[i] < SGE_IDMA_WARN_THRESH * hz)
in t4_idma_monitor()
10149
idma->
idma_stalled
[
in t4_idma_monitor()
[all...]
H
A
D
cxgb4.h
497
unsigned int
idma_stalled
[2]; /* synthesized stalled timers in HZ */
member
Completed in 32 milliseconds