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:ndtest_priv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/
H
A
D
ndtest.c
40
static struct
ndtest_priv
*instances[NUM_INSTANCES];
192
static inline struct
ndtest_priv
*to_ndtest_priv(struct device *dev)
in to_ndtest_priv()
196
return container_of(pdev, struct
ndtest_priv
, pdev);
in to_ndtest_priv()
286
struct
ndtest_priv
*t = instances[i];
in ndtest_resource_lookup()
328
static void *ndtest_alloc_resource(struct
ndtest_priv
*p, size_t size,
in ndtest_alloc_resource()
405
static int ndtest_create_region(struct
ndtest_priv
*p,
in ndtest_create_region()
463
static int ndtest_init_regions(struct
ndtest_priv
*p)
in ndtest_init_regions()
478
struct
ndtest_priv
*p = data;
in put_dimms()
720
static int ndtest_dimm_register(struct
ndtest_priv
*priv,
in ndtest_dimm_register()
752
static int ndtest_nvdimm_init(struct
ndtest_priv
*
[all...]
H
A
D
ndtest.h
41
struct
ndtest_priv
{
struct
Completed in 2 milliseconds