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:vwc
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
multipath.c
361
bool
vwc
= false;
in nvme_mpath_alloc_disk()
local
385
if (ctrl->
vwc
& NVME_CTRL_VWC_PRESENT)
in nvme_mpath_alloc_disk()
386
vwc
= true;
in nvme_mpath_alloc_disk()
387
blk_queue_write_cache(q,
vwc
,
vwc
);
in nvme_mpath_alloc_disk()
H
A
D
nvme.h
295
u8
vwc
;
member
H
A
D
core.c
2030
bool
vwc
= ctrl->
vwc
& NVME_CTRL_VWC_PRESENT;
in nvme_set_queue_limits()
local
2042
blk_queue_write_cache(q,
vwc
,
vwc
);
in nvme_set_queue_limits()
3123
ctrl->
vwc
= id->
vwc
;
in nvme_init_identify()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
multipath.c
518
bool
vwc
= false;
in nvme_mpath_alloc_disk()
local
561
if (ctrl->
vwc
& NVME_CTRL_VWC_PRESENT)
in nvme_mpath_alloc_disk()
562
vwc
= true;
in nvme_mpath_alloc_disk()
563
blk_queue_write_cache(head->disk->queue,
vwc
,
vwc
);
in nvme_mpath_alloc_disk()
H
A
D
core.c
1874
bool
vwc
= ctrl->
vwc
& NVME_CTRL_VWC_PRESENT;
in nvme_set_queue_limits()
local
1886
blk_queue_write_cache(q,
vwc
,
vwc
);
in nvme_set_queue_limits()
3081
ctrl->
vwc
= id->
vwc
;
in nvme_init_identify()
H
A
D
nvme.h
318
u8
vwc
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
nvme.h
293
__u8
vwc
;
member
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
admin-cmd.c
415
/* XXX: don't report
vwc
if the underlying device is write through */
in nvmet_execute_identify_ctrl()
416
id->
vwc
= NVME_CTRL_VWC_PRESENT;
in nvmet_execute_identify_ctrl()
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
admin-cmd.c
438
/* XXX: don't report
vwc
if the underlying device is write through */
in nvmet_execute_identify_ctrl()
439
id->
vwc
= NVME_CTRL_VWC_PRESENT;
in nvmet_execute_identify_ctrl()
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvme.h
334
__u8
vwc
;
member
Completed in 35 milliseconds