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:mcounters
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
counters.c
82
struct mlx5_ib_mcounters *
mcounters
= to_mcounters(counters);
in mlx5_ib_read_counters()
local
87
mutex_lock(&
mcounters
->mcntrs_mutex);
in mlx5_ib_read_counters()
88
if (
mcounters
->cntrs_max_index > read_attr->ncounters) {
in mlx5_ib_read_counters()
93
mread_attr.out = kcalloc(
mcounters
->counters_num, sizeof(u64),
in mlx5_ib_read_counters()
100
mread_attr.hw_cntrs_hndl =
mcounters
->hw_cntrs_hndl;
in mlx5_ib_read_counters()
102
ret =
mcounters
->read_counters(counters->device, &mread_attr);
in mlx5_ib_read_counters()
109
desc =
mcounters
->counters_data;
in mlx5_ib_read_counters()
110
for (i = 0; i <
mcounters
->ncounters; i++)
in mlx5_ib_read_counters()
116
mutex_unlock(&
mcounters
->mcntrs_mutex);
in mlx5_ib_read_counters()
122
struct mlx5_ib_mcounters *
mcounters
in mlx5_ib_destroy_counters()
local
134
struct mlx5_ib_
mcounters
*
mcounters
= to_
mcounters
(counters);
mlx5_ib_create_counters()
local
558
struct mlx5_ib_
mcounters
*
mcounters
= to_
mcounters
(counters);
counters_set_description()
local
591
struct mlx5_ib_
mcounters
*
mcounters
= to_
mcounters
(ibcounters);
mlx5_ib_flow_counters_set_data()
local
661
struct mlx5_ib_
mcounters
*
mcounters
;
mlx5_ib_counters_clear_description()
local
[all...]
H
A
D
fs.c
977
struct mlx5_ib_mcounters *
mcounters
;
in _create_flow_rule()
local
983
mcounters
= to_mcounters(flow_act.counters);
in _create_flow_rule()
988
mlx5_fc_id(
mcounters
->hw_cntrs_hndl);
in _create_flow_rule()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
counters.c
143
struct mlx5_ib_mcounters *
mcounters
= to_mcounters(counters);
in mlx5_ib_read_counters()
local
148
mutex_lock(&
mcounters
->mcntrs_mutex);
in mlx5_ib_read_counters()
149
if (
mcounters
->cntrs_max_index > read_attr->ncounters) {
in mlx5_ib_read_counters()
154
mread_attr.out = kcalloc(
mcounters
->counters_num, sizeof(u64),
in mlx5_ib_read_counters()
161
mread_attr.hw_cntrs_hndl =
mcounters
->hw_cntrs_hndl;
in mlx5_ib_read_counters()
163
ret =
mcounters
->read_counters(counters->device, &mread_attr);
in mlx5_ib_read_counters()
170
desc =
mcounters
->counters_data;
in mlx5_ib_read_counters()
171
for (i = 0; i <
mcounters
->ncounters; i++)
in mlx5_ib_read_counters()
177
mutex_unlock(&
mcounters
->mcntrs_mutex);
in mlx5_ib_read_counters()
183
struct mlx5_ib_mcounters *
mcounters
in mlx5_ib_destroy_counters()
local
195
struct mlx5_ib_
mcounters
*
mcounters
= to_
mcounters
(counters);
mlx5_ib_create_counters()
local
857
struct mlx5_ib_
mcounters
*
mcounters
= to_
mcounters
(counters);
counters_set_description()
local
890
struct mlx5_ib_
mcounters
*
mcounters
= to_
mcounters
(ibcounters);
mlx5_ib_flow_counters_set_data()
local
960
struct mlx5_ib_
mcounters
*
mcounters
;
mlx5_ib_counters_clear_description()
local
[all...]
H
A
D
fs.c
1106
struct mlx5_ib_mcounters *
mcounters
;
in _create_flow_rule()
local
1112
mcounters
= to_mcounters(flow_act.counters);
in _create_flow_rule()
1117
mlx5_fc_id(
mcounters
->hw_cntrs_hndl);
in _create_flow_rule()
Completed in 8 milliseconds