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:ccti
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
init.c
518
* Select the largest
ccti
value over all SLs to determine the intra-
550
u16
ccti
= ppd->cca_timer[i].
ccti
;
in set_link_ipg()
local
552
if (
ccti
> max_ccti)
in set_link_ipg()
553
max_ccti =
ccti
;
in set_link_ipg()
600
* 1) decrement
ccti
for SL
in cca_timer_fn()
602
* 3) restart timer, unless
ccti
is at min value
in cca_timer_fn()
610
if (cca_timer->
ccti
> ccti_min) {
in cca_timer_fn()
611
cca_timer->
ccti
--;
in cca_timer_fn()
615
if (cca_timer->
ccti
> ccti_mi
in cca_timer_fn()
[all...]
H
A
D
rc.c
2745
u16
ccti
, ccti_incr, ccti_timer, ccti_limit;
in process_becn()
local
2772
if (cca_timer->
ccti
< ccti_limit) {
in process_becn()
2773
if (cca_timer->
ccti
+ ccti_incr <= ccti_limit)
in process_becn()
2774
cca_timer->
ccti
+= ccti_incr;
in process_becn()
2776
cca_timer->
ccti
= ccti_limit;
in process_becn()
2780
ccti
= cca_timer->
ccti
;
in process_becn()
2792
if ((trigger_threshold != 0) && (
ccti
>= trigger_threshold))
in process_becn()
H
A
D
hfi.h
748
u16
ccti
; /* read/write - current value of CCTI */
member
903
* structures (specifically the
ccti
member).
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
init.c
477
* Select the largest
ccti
value over all SLs to determine the intra-
509
u16
ccti
= ppd->cca_timer[i].
ccti
;
in set_link_ipg()
local
511
if (
ccti
> max_ccti)
in set_link_ipg()
512
max_ccti =
ccti
;
in set_link_ipg()
559
* 1) decrement
ccti
for SL
in cca_timer_fn()
561
* 3) restart timer, unless
ccti
is at min value
in cca_timer_fn()
569
if (cca_timer->
ccti
> ccti_min) {
in cca_timer_fn()
570
cca_timer->
ccti
--;
in cca_timer_fn()
574
if (cca_timer->
ccti
> ccti_mi
in cca_timer_fn()
[all...]
H
A
D
rc.c
2704
u16
ccti
, ccti_incr, ccti_timer, ccti_limit;
in process_becn()
local
2731
if (cca_timer->
ccti
< ccti_limit) {
in process_becn()
2732
if (cca_timer->
ccti
+ ccti_incr <= ccti_limit)
in process_becn()
2733
cca_timer->
ccti
+= ccti_incr;
in process_becn()
2735
cca_timer->
ccti
= ccti_limit;
in process_becn()
2739
ccti
= cca_timer->
ccti
;
in process_becn()
2751
if ((trigger_threshold != 0) && (
ccti
>= trigger_threshold))
in process_becn()
H
A
D
hfi.h
701
u16
ccti
; /* read/write - current value of CCTI */
member
852
* structures (specifically the
ccti
member).
Completed in 20 milliseconds