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:num_driver_cntrs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
1648
int
num_driver_cntrs
= ARRAY_SIZE(driver_cntr_names);
variable
1706
num_driver_cntrs
,
in alloc_hw_stats()
1714
for (i = 0; i <
num_driver_cntrs
; i++)
in alloc_hw_stats()
1736
num_dev_cntrs +
num_driver_cntrs
,
in alloc_hw_stats()
1771
for (i = 1; i <
num_driver_cntrs
; i++)
in get_hw_stats()
1773
count = num_dev_cntrs +
num_driver_cntrs
;
in get_hw_stats()
H
A
D
hfi.h
162
extern int
num_driver_cntrs
;
H
A
D
chip.c
12700
dd->cntrs = kcalloc(dd->ndevcntrs +
num_driver_cntrs
, sizeof(u64),
in init_cntrs()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
1603
int
num_driver_cntrs
= ARRAY_SIZE(driver_cntr_names);
variable
1655
num_driver_cntrs
,
in hfi1_alloc_hw_device_stats()
1660
for (i = 0; i <
num_driver_cntrs
; i++)
in hfi1_alloc_hw_device_stats()
1665
num_dev_cntrs +
num_driver_cntrs
,
in hfi1_alloc_hw_device_stats()
1712
for (i = 1; i <
num_driver_cntrs
; i++)
in get_hw_stats()
1714
count = num_dev_cntrs +
num_driver_cntrs
;
in get_hw_stats()
H
A
D
hfi.h
121
extern int
num_driver_cntrs
;
H
A
D
chip.c
12661
dd->cntrs = kcalloc(dd->ndevcntrs +
num_driver_cntrs
, sizeof(u64),
in init_cntrs()
Completed in 59 milliseconds