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:to_nd_pfn
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/
H
A
D
pfn_devs.c
20
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in nd_pfn_release()
29
struct nd_pfn *
to_nd_pfn
(struct device *dev)
in to_nd_pfn()
function
36
EXPORT_SYMBOL(
to_nd_pfn
);
variable
639
nd_pfn =
to_nd_pfn
(pfn_dev);
in nd_pfn_probe()
H
A
D
pmem.c
400
nd_pfn =
to_nd_pfn
(dev);
in pmem_attach_disk()
620
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in nd_pmem_notify()
H
A
D
claim.c
100
return
to_nd_pfn
(dev);
in to_nd_pfn_safe()
H
A
D
nd.h
298
struct nd_pfn *
to_nd_pfn
(struct device *dev);
H
A
D
namespace_devs.c
69
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in is_uuid_busy()
1696
struct nd_pfn *nd_pfn = is_nd_pfn(dev) ?
to_nd_pfn
(dev) : NULL;
in nvdimm_namespace_common_probe()
H
A
D
region_devs.c
908
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in nd_region_advance_seeds()
H
A
D
bus.c
937
struct nd_pfn *nd_pfn = is_nd_pfn(dev) ?
to_nd_pfn
(dev) : NULL;
in nd_pmem_forget_poison_check()
/kernel/linux/linux-6.6/drivers/nvdimm/
H
A
D
pfn_devs.c
21
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in nd_pfn_release()
30
struct nd_pfn *
to_nd_pfn
(struct device *dev)
in to_nd_pfn()
function
37
EXPORT_SYMBOL(
to_nd_pfn
);
variable
648
nd_pfn =
to_nd_pfn
(pfn_dev);
in nd_pfn_probe()
H
A
D
claim.c
101
return
to_nd_pfn
(dev);
in to_nd_pfn_safe()
H
A
D
pmem.c
476
nd_pfn =
to_nd_pfn
(dev);
in pmem_attach_disk()
699
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in pmem_revalidate_poison()
H
A
D
nd.h
564
struct nd_pfn *
to_nd_pfn
(struct device *dev);
H
A
D
namespace_devs.c
52
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in is_uuid_busy()
1432
struct nd_pfn *nd_pfn = is_nd_pfn(dev) ?
to_nd_pfn
(dev) : NULL;
in nvdimm_namespace_common_probe()
H
A
D
region_devs.c
904
struct nd_pfn *nd_pfn =
to_nd_pfn
(dev);
in nd_region_advance_seeds()
H
A
D
bus.c
953
struct nd_pfn *nd_pfn = is_nd_pfn(dev) ?
to_nd_pfn
(dev) : NULL;
in nd_pmem_forget_poison_check()
Completed in 24 milliseconds