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:counters_table
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
main.c
2728
mutex_init(&ibdev->
counters_table
[i].mutex);
in mlx4_ib_add()
2729
INIT_LIST_HEAD(&ibdev->
counters_table
[i].counters_list);
in mlx4_ib_add()
2762
&ibdev->
counters_table
[i].counters_list);
in mlx4_ib_add()
2763
ibdev->
counters_table
[i].default_counter = counter_index;
in mlx4_ib_add()
2777
&ibdev->
counters_table
[i].counters_list);
in mlx4_ib_add()
2778
ibdev->
counters_table
[i].default_counter =
in mlx4_ib_add()
2899
mlx4_ib_delete_counters_table(ibdev, &ibdev->
counters_table
[i]);
in mlx4_ib_add()
3009
mlx4_ib_delete_counters_table(ibdev, &ibdev->
counters_table
[p]);
in mlx4_ib_remove()
H
A
D
qp.c
508
mutex_lock(&dev->
counters_table
[qp->port - 1].mutex);
in mlx4_ib_free_qp_counter()
511
mutex_unlock(&dev->
counters_table
[qp->port - 1].mutex);
in mlx4_ib_free_qp_counter()
1943
mutex_lock(&dev->
counters_table
[qp->port - 1].mutex);
in create_qp_lb_counter()
1945
&dev->
counters_table
[qp->port - 1].counters_list);
in create_qp_lb_counter()
1946
mutex_unlock(&dev->
counters_table
[qp->port - 1].mutex);
in create_qp_lb_counter()
2220
dev->
counters_table
[qp->port - 1].default_counter;
in __mlx4_ib_modify_qp()
H
A
D
mad.c
951
mutex_lock(&dev->
counters_table
[port_num - 1].mutex);
in iboe_process_mad()
953
&dev->
counters_table
[port_num - 1].counters_list,
in iboe_process_mad()
965
mutex_unlock(&dev->
counters_table
[port_num - 1].mutex);
in iboe_process_mad()
H
A
D
mlx4_ib.h
628
struct mlx4_ib_counters
counters_table
[MLX4_MAX_PORTS];
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
main.c
2709
mutex_init(&ibdev->
counters_table
[i].mutex);
in mlx4_ib_probe()
2710
INIT_LIST_HEAD(&ibdev->
counters_table
[i].counters_list);
in mlx4_ib_probe()
2744
&ibdev->
counters_table
[i].counters_list);
in mlx4_ib_probe()
2745
ibdev->
counters_table
[i].default_counter = counter_index;
in mlx4_ib_probe()
2761
&ibdev->
counters_table
[i].counters_list);
in mlx4_ib_probe()
2762
ibdev->
counters_table
[i].default_counter =
in mlx4_ib_probe()
2893
mlx4_ib_delete_counters_table(ibdev, &ibdev->
counters_table
[i]);
in mlx4_ib_probe()
3007
mlx4_ib_delete_counters_table(ibdev, &ibdev->
counters_table
[p]);
in mlx4_ib_remove()
H
A
D
qp.c
543
mutex_lock(&dev->
counters_table
[qp->port - 1].mutex);
in mlx4_ib_free_qp_counter()
546
mutex_unlock(&dev->
counters_table
[qp->port - 1].mutex);
in mlx4_ib_free_qp_counter()
1976
mutex_lock(&dev->
counters_table
[qp->port - 1].mutex);
in create_qp_lb_counter()
1978
&dev->
counters_table
[qp->port - 1].counters_list);
in create_qp_lb_counter()
1979
mutex_unlock(&dev->
counters_table
[qp->port - 1].mutex);
in create_qp_lb_counter()
2253
dev->
counters_table
[qp->port - 1].default_counter;
in __mlx4_ib_modify_qp()
H
A
D
mad.c
953
mutex_lock(&dev->
counters_table
[port_num - 1].mutex);
in iboe_process_mad()
955
&dev->
counters_table
[port_num - 1].counters_list,
in iboe_process_mad()
967
mutex_unlock(&dev->
counters_table
[port_num - 1].mutex);
in iboe_process_mad()
H
A
D
mlx4_ib.h
629
struct mlx4_ib_counters
counters_table
[MLX4_MAX_PORTS];
member
Completed in 29 milliseconds