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:cxl_mock_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
mock.c
16
void register_cxl_mock_ops(struct
cxl_mock_ops
*ops)
in register_cxl_mock_ops()
24
void unregister_cxl_mock_ops(struct
cxl_mock_ops
*ops)
in unregister_cxl_mock_ops()
31
struct
cxl_mock_ops
*get_cxl_mock_ops(int *index)
in get_cxl_mock_ops()
34
return list_first_or_null_rcu(&mock, struct
cxl_mock_ops
, list);
in get_cxl_mock_ops()
49
struct
cxl_mock_ops
*ops = get_cxl_mock_ops(&index);
in __wrap_is_acpi_device_node()
68
struct
cxl_mock_ops
*ops = get_cxl_mock_ops(&index);
in __wrap_acpi_table_parse_cedt()
87
struct
cxl_mock_ops
*ops = get_cxl_mock_ops(&index);
in __wrap_acpi_evaluate_integer()
106
struct
cxl_mock_ops
*ops = get_cxl_mock_ops(&index);
in __wrap_acpi_pci_find_root()
124
struct
cxl_mock_ops
*ops = get_cxl_mock_ops(&index);
in __wrap_nvdimm_bus_register()
140
struct
cxl_mock_ops
*op
in __wrap_devm_cxl_setup_hdm()
[all...]
H
A
D
mock.h
7
struct
cxl_mock_ops
{
struct
30
void register_cxl_mock_ops(struct
cxl_mock_ops
*ops);
31
void unregister_cxl_mock_ops(struct
cxl_mock_ops
*ops);
32
struct
cxl_mock_ops
*get_cxl_mock_ops(int *index);
H
A
D
cxl.c
975
static struct
cxl_mock_ops
cxl_mock_ops
= {
variable
988
.list = LIST_HEAD_INIT(
cxl_mock_ops
.list),
1246
register_cxl_mock_ops(&
cxl_mock_ops
);
in cxl_test_init()
1419
unregister_cxl_mock_ops(&
cxl_mock_ops
);
in cxl_test_init()
1448
unregister_cxl_mock_ops(&
cxl_mock_ops
);
in cxl_test_exit()
/kernel/linux/linux-6.6/tools/testing/cxl/
H
A
D
mock_acpi.c
14
struct
cxl_mock_ops
*ops = get_cxl_mock_ops(&index);
in to_cxl_host_bridge()
Completed in 4 milliseconds