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:ana_log_buf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
multipath.c
81
if (nvme_is_ana_error(status) && ns->ctrl->
ana_log_buf
) {
in nvme_failover_req()
436
void *base = ctrl->
ana_log_buf
;
in nvme_parse_ana_log()
442
for (i = 0; i < le16_to_cpu(ctrl->
ana_log_buf
->ngrps); i++) {
in nvme_parse_ana_log()
543
ctrl->
ana_log_buf
, ctrl->ana_log_size, 0);
in nvme_read_ana_log()
588
if (!ctrl->
ana_log_buf
)
in nvme_mpath_update()
769
kfree(ctrl->
ana_log_buf
);
in nvme_mpath_init_identify()
770
ctrl->
ana_log_buf
= kmalloc(ana_log_size, GFP_KERNEL);
in nvme_mpath_init_identify()
771
if (!ctrl->
ana_log_buf
)
in nvme_mpath_init_identify()
787
kfree(ctrl->
ana_log_buf
);
in nvme_mpath_uninit()
788
ctrl->
ana_log_buf
in nvme_mpath_uninit()
[all...]
H
A
D
nvme.h
327
struct nvme_ana_rsp_hdr *
ana_log_buf
;
member
726
return ctrl->
ana_log_buf
!= NULL;
in nvme_ctrl_use_ana()
H
A
D
core.c
4430
if (!ctrl->
ana_log_buf
)
in nvme_handle_aen_notice()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
multipath.c
97
if (nvme_is_ana_error(status) && ns->ctrl->
ana_log_buf
) {
in nvme_failover_req()
609
void *base = ctrl->
ana_log_buf
;
in nvme_parse_ana_log()
615
for (i = 0; i < le16_to_cpu(ctrl->
ana_log_buf
->ngrps); i++) {
in nvme_parse_ana_log()
716
ctrl->
ana_log_buf
, ctrl->ana_log_size, 0);
in nvme_read_ana_log()
761
if (!ctrl->
ana_log_buf
)
in nvme_mpath_update()
944
ctrl->
ana_log_buf
= kvmalloc(ana_log_size, GFP_KERNEL);
in nvme_mpath_init_identify()
945
if (!ctrl->
ana_log_buf
)
in nvme_mpath_init_identify()
961
kvfree(ctrl->
ana_log_buf
);
in nvme_mpath_uninit()
962
ctrl->
ana_log_buf
= NULL;
in nvme_mpath_uninit()
H
A
D
nvme.h
352
struct nvme_ana_rsp_hdr *
ana_log_buf
;
member
891
return ctrl->
ana_log_buf
!= NULL;
in nvme_ctrl_use_ana()
H
A
D
core.c
4180
if (!ctrl->
ana_log_buf
)
in nvme_handle_aen_notice()
Completed in 18 milliseconds