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:fnic_trace_buf_p
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_trace.c
31
static unsigned long
fnic_trace_buf_p
;
variable
482
fnic_trace_buf_p
= (unsigned long)vzalloc(trace_max_pages * PAGE_SIZE);
in fnic_trace_buf_init()
483
if (!
fnic_trace_buf_p
) {
in fnic_trace_buf_init()
485
"for
fnic_trace_buf_p
\n");
in fnic_trace_buf_init()
496
if (
fnic_trace_buf_p
) {
in fnic_trace_buf_init()
497
vfree((void *)
fnic_trace_buf_p
);
in fnic_trace_buf_init()
498
fnic_trace_buf_p
= 0;
in fnic_trace_buf_init()
506
fnic_buf_head =
fnic_trace_buf_p
;
in fnic_trace_buf_init()
536
if (
fnic_trace_buf_p
) {
in fnic_trace_free()
537
vfree((void *)
fnic_trace_buf_p
);
in fnic_trace_free()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_trace.c
17
static unsigned long
fnic_trace_buf_p
;
variable
468
fnic_trace_buf_p
= (unsigned long)vcalloc(trace_max_pages, PAGE_SIZE);
in fnic_trace_buf_init()
469
if (!
fnic_trace_buf_p
) {
in fnic_trace_buf_init()
471
"for
fnic_trace_buf_p
\n");
in fnic_trace_buf_init()
482
if (
fnic_trace_buf_p
) {
in fnic_trace_buf_init()
483
vfree((void *)
fnic_trace_buf_p
);
in fnic_trace_buf_init()
484
fnic_trace_buf_p
= 0;
in fnic_trace_buf_init()
492
fnic_buf_head =
fnic_trace_buf_p
;
in fnic_trace_buf_init()
522
if (
fnic_trace_buf_p
) {
in fnic_trace_free()
523
vfree((void *)
fnic_trace_buf_p
);
in fnic_trace_free()
[all...]
Completed in 2 milliseconds