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:dax_synchronous
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dax.h
52
static inline bool
dax_synchronous
(struct dax_device *dax_dev)
in dax_synchronous()
function
73
return
dax_synchronous
(dax_dev);
in daxdev_mapping_supported()
102
static inline bool
dax_synchronous
(struct dax_device *dax_dev)
in dax_synchronous()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
dax.h
65
bool
dax_synchronous
(struct dax_device *dax_dev);
79
return
dax_synchronous
(dax_dev);
in daxdev_mapping_supported()
108
static inline bool
dax_synchronous
(struct dax_device *dax_dev)
in dax_synchronous()
function
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
super.c
286
bool
dax_synchronous
(struct dax_device *dax_dev)
in dax_synchronous()
function
290
EXPORT_SYMBOL_GPL(
dax_synchronous
);
variable
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-table.c
852
return !dev->dax_dev || !
dax_synchronous
(dev->dax_dev);
in device_not_dax_synchronous_capable()
H
A
D
dm-writecache.c
2338
if (!
dax_synchronous
(wc->ssd_dev->dax_dev)) {
in writecache_ctr()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-table.c
839
return !dev->dax_dev || !
dax_synchronous
(dev->dax_dev);
in device_not_dax_synchronous_capable()
H
A
D
dm-writecache.c
2508
if (!
dax_synchronous
(wc->ssd_dev->dax_dev)) {
in writecache_ctr()
Completed in 20 milliseconds