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_alive
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
super.c
100
if (!dax_dev || !
dax_alive
(dax_dev) || !igrab(&dax_dev->inode))
in fs_dax_get_by_bdev()
157
if (!
dax_alive
(dax_dev))
in dax_direct_access()
174
if (!
dax_alive
(dax_dev))
in dax_copy_from_iter()
190
if (!
dax_alive
(dax_dev))
in dax_copy_to_iter()
208
if (!
dax_alive
(dax_dev))
in dax_zero_page_range()
238
if (!
dax_alive
(dax_dev)) {
in dax_holder_notify_failure()
310
bool
dax_alive
(struct dax_device *dax_dev)
in dax_alive()
function
315
EXPORT_SYMBOL_GPL(
dax_alive
);
variable
320
*
dax_alive
(), have completed. Any operations that start after
321
* synchronize_srcu() has run will abort upon seeing !
dax_alive
()
[all...]
H
A
D
device.c
23
if (!
dax_alive
(dev_dax->dax_dev))
in check_vma()
/kernel/linux/linux-5.10/drivers/dax/
H
A
D
super.c
312
if (!
dax_alive
(dax_dev))
in dax_direct_access()
332
if (!
dax_alive
(dax_dev))
in dax_supported()
342
if (!
dax_alive
(dax_dev))
in dax_copy_from_iter()
352
if (!
dax_alive
(dax_dev))
in dax_copy_to_iter()
362
if (!
dax_alive
(dax_dev))
in dax_zero_page_range()
419
bool
dax_alive
(struct dax_device *dax_dev)
in dax_alive()
function
424
EXPORT_SYMBOL_GPL(
dax_alive
);
variable
434
*
dax_alive
(), have completed. Any operations that start after
435
* synchronize_srcu() has run will abort upon seeing !
dax_alive
().
644
if (!
dax_alive
(dax_de
in dax_get_by_host()
[all...]
H
A
D
device.c
23
if (!
dax_alive
(dev_dax->dax_dev))
in check_vma()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dax.h
219
bool
dax_alive
(struct dax_device *dax_dev);
/kernel/linux/linux-6.6/include/linux/
H
A
D
dax.h
228
bool
dax_alive
(struct dax_device *dax_dev);
Completed in 5 milliseconds