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:cc_event
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
rc.c
2716
struct opa_hfi1_cong_log_event_internal *
cc_event
;
in log_cca_event()
local
2727
cc_event
= &ppd->cc_events[ppd->cc_log_idx++];
in log_cca_event()
2730
cc_event
->lqpn = lqpn & RVT_QPN_MASK;
in log_cca_event()
2731
cc_event
->rqpn = rqpn & RVT_QPN_MASK;
in log_cca_event()
2732
cc_event
->sl = sl;
in log_cca_event()
2733
cc_event
->svc_type = svc_type;
in log_cca_event()
2734
cc_event
->rlid = rlid;
in log_cca_event()
2736
cc_event
->timestamp = ktime_get_ns() / 1024;
in log_cca_event()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
rc.c
2675
struct opa_hfi1_cong_log_event_internal *
cc_event
;
in log_cca_event()
local
2686
cc_event
= &ppd->cc_events[ppd->cc_log_idx++];
in log_cca_event()
2689
cc_event
->lqpn = lqpn & RVT_QPN_MASK;
in log_cca_event()
2690
cc_event
->rqpn = rqpn & RVT_QPN_MASK;
in log_cca_event()
2691
cc_event
->sl = sl;
in log_cca_event()
2692
cc_event
->svc_type = svc_type;
in log_cca_event()
2693
cc_event
->rlid = rlid;
in log_cca_event()
2695
cc_event
->timestamp = ktime_get_ns() / 1024;
in log_cca_event()
Completed in 8 milliseconds