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:slow_ring_trc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.c
230
dtp = phba->
slow_ring_trc
+ i;
in lpfc_debugfs_slow_ring_trc_data()
241
dtp = phba->
slow_ring_trc
+ i;
in lpfc_debugfs_slow_ring_trc_data()
1872
!phba || !phba->
slow_ring_trc
)
in lpfc_debugfs_slow_ring_trc()
1877
dtp = phba->
slow_ring_trc
+ index;
in lpfc_debugfs_slow_ring_trc()
6052
if (!phba->
slow_ring_trc
) {
in lpfc_debugfs_initialize()
6053
phba->
slow_ring_trc
= kmalloc(
in lpfc_debugfs_initialize()
6057
if (!phba->
slow_ring_trc
) {
in lpfc_debugfs_initialize()
6064
memset(phba->
slow_ring_trc
, 0,
in lpfc_debugfs_initialize()
6386
kfree(phba->
slow_ring_trc
);
in lpfc_debugfs_terminate()
6387
phba->
slow_ring_trc
in lpfc_debugfs_terminate()
[all...]
H
A
D
lpfc.h
1112
struct lpfc_debugfs_trc *
slow_ring_trc
;
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.c
230
dtp = phba->
slow_ring_trc
+ i;
in lpfc_debugfs_slow_ring_trc_data()
241
dtp = phba->
slow_ring_trc
+ i;
in lpfc_debugfs_slow_ring_trc_data()
1870
!phba || !phba->
slow_ring_trc
)
in lpfc_debugfs_slow_ring_trc()
1875
dtp = phba->
slow_ring_trc
+ index;
in lpfc_debugfs_slow_ring_trc()
6242
if (!phba->
slow_ring_trc
) {
in lpfc_debugfs_initialize()
6243
phba->
slow_ring_trc
= kcalloc(
in lpfc_debugfs_initialize()
6247
if (!phba->
slow_ring_trc
) {
in lpfc_debugfs_initialize()
6579
kfree(phba->
slow_ring_trc
);
in lpfc_debugfs_terminate()
6580
phba->
slow_ring_trc
= NULL;
in lpfc_debugfs_terminate()
H
A
D
lpfc.h
1374
struct lpfc_debugfs_trc *
slow_ring_trc
;
member
Completed in 23 milliseconds