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:dbg_cc_params
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
cong.c
403
!dev->port[port_num].
dbg_cc_params
||
in mlx5_ib_cleanup_cong_debugfs()
404
!dev->port[port_num].
dbg_cc_params
->root)
in mlx5_ib_cleanup_cong_debugfs()
407
debugfs_remove_recursive(dev->port[port_num].
dbg_cc_params
->root);
in mlx5_ib_cleanup_cong_debugfs()
408
kfree(dev->port[port_num].
dbg_cc_params
);
in mlx5_ib_cleanup_cong_debugfs()
409
dev->port[port_num].
dbg_cc_params
= NULL;
in mlx5_ib_cleanup_cong_debugfs()
414
struct mlx5_ib_dbg_cc_params *
dbg_cc_params
;
in mlx5_ib_init_cong_debugfs()
local
430
dbg_cc_params
= kzalloc(sizeof(*
dbg_cc_params
), GFP_KERNEL);
in mlx5_ib_init_cong_debugfs()
431
if (!
dbg_cc_params
)
in mlx5_ib_init_cong_debugfs()
434
dev->port[port_num].
dbg_cc_params
in mlx5_ib_init_cong_debugfs()
[all...]
H
A
D
mlx5_ib.h
763
struct mlx5_ib_dbg_cc_params *
dbg_cc_params
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
cong.c
425
!dev->port[port_num].
dbg_cc_params
||
in mlx5_ib_cleanup_cong_debugfs()
426
!dev->port[port_num].
dbg_cc_params
->root)
in mlx5_ib_cleanup_cong_debugfs()
429
debugfs_remove_recursive(dev->port[port_num].
dbg_cc_params
->root);
in mlx5_ib_cleanup_cong_debugfs()
430
kfree(dev->port[port_num].
dbg_cc_params
);
in mlx5_ib_cleanup_cong_debugfs()
431
dev->port[port_num].
dbg_cc_params
= NULL;
in mlx5_ib_cleanup_cong_debugfs()
436
struct mlx5_ib_dbg_cc_params *
dbg_cc_params
;
in mlx5_ib_init_cong_debugfs()
local
452
dbg_cc_params
= kzalloc(sizeof(*
dbg_cc_params
), GFP_KERNEL);
in mlx5_ib_init_cong_debugfs()
453
if (!
dbg_cc_params
)
in mlx5_ib_init_cong_debugfs()
456
dev->port[port_num].
dbg_cc_params
in mlx5_ib_init_cong_debugfs()
[all...]
H
A
D
mlx5_ib.h
871
struct mlx5_ib_dbg_cc_params *
dbg_cc_params
;
member
Completed in 11 milliseconds