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:nd_dax
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/
H
A
D
dax_devs.c
16
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in nd_dax_release()
local
17
struct nd_pfn *nd_pfn = &
nd_dax
->nd_pfn;
in nd_dax_release()
23
kfree(
nd_dax
);
in nd_dax_release()
26
struct
nd_dax
*to_nd_dax(struct device *dev)
in to_nd_dax()
28
struct
nd_dax
*
nd_dax
= container_of(dev, struct
nd_dax
, nd_pfn.dev);
in to_nd_dax()
local
31
return
nd_dax
;
in to_nd_dax()
36
.name = "
nd_dax
",
50
struct
nd_dax
*
nd_dax
;
nd_dax_alloc()
local
75
struct
nd_dax
*
nd_dax
;
nd_dax_create()
local
90
struct
nd_dax
*
nd_dax
;
nd_dax_probe()
local
[all...]
H
A
D
claim.c
103
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in to_nd_pfn_safe()
local
105
return &
nd_dax
->nd_pfn;
in to_nd_pfn_safe()
H
A
D
bus.c
938
struct
nd_dax
*
nd_dax
= is_nd_dax(dev) ? to_nd_dax(dev) : NULL;
in nd_pmem_forget_poison_check()
local
943
if (
nd_dax
|| !dev->driver)
in nd_pmem_forget_poison_check()
949
if (nd_btt || nd_pfn ||
nd_dax
) {
in nd_pmem_forget_poison_check()
954
else if (
nd_dax
)
in nd_pmem_forget_poison_check()
955
ndns =
nd_dax
->nd_pfn.ndns;
in nd_pmem_forget_poison_check()
H
A
D
nd.h
212
struct
nd_dax
{
struct
333
struct
nd_dax
*to_nd_dax(struct device *dev);
H
A
D
region_devs.c
915
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in nd_region_advance_seeds()
local
919
if (nd_region->ns_seed == &
nd_dax
->nd_pfn.ndns->dev)
in nd_region_advance_seeds()
H
A
D
namespace_devs.c
1697
struct
nd_dax
*
nd_dax
= is_nd_dax(dev) ? to_nd_dax(dev) : NULL;
in nvdimm_namespace_common_probe()
local
1701
if (nd_btt || nd_pfn ||
nd_dax
) {
in nvdimm_namespace_common_probe()
1706
else if (
nd_dax
)
in nvdimm_namespace_common_probe()
1707
ndns =
nd_dax
->nd_pfn.ndns;
in nvdimm_namespace_common_probe()
/kernel/linux/linux-6.6/drivers/nvdimm/
H
A
D
dax_devs.c
16
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in nd_dax_release()
local
17
struct nd_pfn *nd_pfn = &
nd_dax
->nd_pfn;
in nd_dax_release()
23
kfree(
nd_dax
);
in nd_dax_release()
26
struct
nd_dax
*to_nd_dax(struct device *dev)
in to_nd_dax()
28
struct
nd_dax
*
nd_dax
= container_of(dev, struct
nd_dax
, nd_pfn.dev);
in to_nd_dax()
local
31
return
nd_dax
;
in to_nd_dax()
36
.name = "
nd_dax
",
50
struct
nd_dax
*
nd_dax
;
nd_dax_alloc()
local
75
struct
nd_dax
*
nd_dax
;
nd_dax_create()
local
90
struct
nd_dax
*
nd_dax
;
nd_dax_probe()
local
[all...]
H
A
D
claim.c
104
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in to_nd_pfn_safe()
local
106
return &
nd_dax
->nd_pfn;
in to_nd_pfn_safe()
H
A
D
bus.c
954
struct
nd_dax
*
nd_dax
= is_nd_dax(dev) ? to_nd_dax(dev) : NULL;
in nd_pmem_forget_poison_check()
local
959
if (
nd_dax
|| !dev->driver)
in nd_pmem_forget_poison_check()
965
if (nd_btt || nd_pfn ||
nd_dax
) {
in nd_pmem_forget_poison_check()
970
else if (
nd_dax
)
in nd_pmem_forget_poison_check()
971
ndns =
nd_dax
->nd_pfn.ndns;
in nd_pmem_forget_poison_check()
H
A
D
nd.h
478
struct
nd_dax
{
struct
599
struct
nd_dax
*to_nd_dax(struct device *dev);
H
A
D
namespace_devs.c
1433
struct
nd_dax
*
nd_dax
= is_nd_dax(dev) ? to_nd_dax(dev) : NULL;
in nvdimm_namespace_common_probe()
local
1437
if (nd_btt || nd_pfn ||
nd_dax
) {
in nvdimm_namespace_common_probe()
1442
else if (
nd_dax
)
in nvdimm_namespace_common_probe()
1443
ndns =
nd_dax
->nd_pfn.ndns;
in nvdimm_namespace_common_probe()
H
A
D
region_devs.c
911
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in nd_region_advance_seeds()
local
915
if (nd_region->ns_seed == &
nd_dax
->nd_pfn.ndns->dev)
in nd_region_advance_seeds()
/kernel/linux/linux-5.10/drivers/dax/pmem/
H
A
D
core.c
22
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in __dax_pmem_probe()
local
23
struct nd_pfn *nd_pfn = &
nd_dax
->nd_pfn;
in __dax_pmem_probe()
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
pmem.c
21
struct
nd_dax
*
nd_dax
= to_nd_dax(dev);
in __dax_pmem_probe()
local
22
struct nd_pfn *nd_pfn = &
nd_dax
->nd_pfn;
in __dax_pmem_probe()
Completed in 18 milliseconds