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:cong_cnts
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
counters.c
43
static const struct mlx5_ib_counter
cong_cnts
[] = {
variable
416
for (i = 0; i < ARRAY_SIZE(
cong_cnts
); i++, j++) {
in mlx5_ib_fill_counters()
417
names[j] =
cong_cnts
[i].name;
in mlx5_ib_fill_counters()
418
offsets[j] =
cong_cnts
[i].offset;
in mlx5_ib_fill_counters()
453
cnts->num_cong_counters = ARRAY_SIZE(
cong_cnts
);
in __mlx5_ib_alloc_counters()
454
num_counters += ARRAY_SIZE(
cong_cnts
);
in __mlx5_ib_alloc_counters()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
counters.c
70
static const struct mlx5_ib_counter
cong_cnts
[] = {
variable
640
for (i = 0; i < ARRAY_SIZE(
cong_cnts
); i++, j++) {
in mlx5_ib_fill_counters()
641
descs[j].name =
cong_cnts
[i].name;
in mlx5_ib_fill_counters()
642
offsets[j] =
cong_cnts
[i].offset;
in mlx5_ib_fill_counters()
716
cnts->num_cong_counters = ARRAY_SIZE(
cong_cnts
);
in __mlx5_ib_alloc_counters()
717
num_counters += ARRAY_SIZE(
cong_cnts
);
in __mlx5_ib_alloc_counters()
Completed in 3 milliseconds