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_LOG_SZ
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc.h
633
#define
DBG_LOG_SZ
256
macro
1263
struct dbg_log_ent dbg_log[
DBG_LOG_SZ
];
H
A
D
lpfc_init.c
14086
start_idx = (unsigned int)atomic_read(&phba->dbg_log_idx) %
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
14089
if (dbg_cnt >=
DBG_LOG_SZ
) {
in lpfc_dmp_dbg()
14090
dbg_cnt =
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
14093
if ((start_idx + dbg_cnt) > (
DBG_LOG_SZ
- 1)) {
in lpfc_dmp_dbg()
14094
temp_idx = (start_idx + dbg_cnt) %
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
14097
start_idx =
DBG_LOG_SZ
- (dbg_cnt - start_idx);
in lpfc_dmp_dbg()
14106
if ((start_idx + i) <
DBG_LOG_SZ
)
in lpfc_dmp_dbg()
14107
temp_idx = (start_idx + i) %
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
14139
DBG_LOG_SZ
;
in lpfc_dbg_print()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc.h
852
#define
DBG_LOG_SZ
256
macro
1578
struct dbg_log_ent dbg_log[
DBG_LOG_SZ
];
H
A
D
lpfc_init.c
15790
start_idx = (unsigned int)atomic_read(&phba->dbg_log_idx) %
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
15795
if (dbg_cnt >=
DBG_LOG_SZ
) {
in lpfc_dmp_dbg()
15796
dbg_cnt =
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
15799
if ((start_idx + dbg_cnt) > (
DBG_LOG_SZ
- 1)) {
in lpfc_dmp_dbg()
15800
temp_idx = (start_idx + dbg_cnt) %
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
15803
start_idx =
DBG_LOG_SZ
- (dbg_cnt - start_idx);
in lpfc_dmp_dbg()
15812
if ((start_idx + i) <
DBG_LOG_SZ
)
in lpfc_dmp_dbg()
15813
temp_idx = (start_idx + i) %
DBG_LOG_SZ
;
in lpfc_dmp_dbg()
15846
DBG_LOG_SZ
;
in lpfc_dbg_print()
Completed in 37 milliseconds