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_nvb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
pmem.c
28
struct cxl_nvdimm_bridge *
cxl_nvb
= to_cxl_nvdimm_bridge(dev);
in cxl_nvdimm_bridge_release()
local
30
ida_free(&cxl_nvdimm_bridge_ida,
cxl_nvb
->id);
in cxl_nvdimm_bridge_release()
31
kfree(
cxl_nvb
);
in cxl_nvdimm_bridge_release()
87
struct cxl_nvdimm_bridge *
cxl_nvb
;
in cxl_nvdimm_bridge_alloc()
local
91
cxl_nvb
= kzalloc(sizeof(*
cxl_nvb
), GFP_KERNEL);
in cxl_nvdimm_bridge_alloc()
92
if (!
cxl_nvb
)
in cxl_nvdimm_bridge_alloc()
98
cxl_nvb
->id = rc;
in cxl_nvdimm_bridge_alloc()
100
dev = &
cxl_nvb
->dev;
in cxl_nvdimm_bridge_alloc()
101
cxl_nvb
in cxl_nvdimm_bridge_alloc()
118
struct cxl_nvdimm_bridge *
cxl_nvb
= _
cxl_nvb
;
unregister_nvb()
local
133
struct cxl_nvdimm_bridge *
cxl_nvb
;
devm_cxl_add_nvdimm_bridge()
local
200
cxl_nvdimm_alloc(struct cxl_nvdimm_bridge *
cxl_nvb
, struct cxl_memdev *cxlmd)
cxl_nvdimm_alloc()
argument
234
struct cxl_nvdimm_bridge *
cxl_nvb
= cxlmd->
cxl_nvb
;
cxlmd_release_nvdimm()
local
251
struct cxl_nvdimm_bridge *
cxl_nvb
;
devm_cxl_add_nvdimm()
local
[all...]
H
A
D
region.c
2517
struct cxl_nvdimm_bridge *
cxl_nvb
;
in cxl_pmem_region_alloc()
local
2550
cxl_nvb
= cxl_find_nvdimm_bridge(cxlmd);
in cxl_pmem_region_alloc()
2551
if (!
cxl_nvb
) {
in cxl_pmem_region_alloc()
2555
cxlr->
cxl_nvb
=
cxl_nvb
;
in cxl_pmem_region_alloc()
2652
struct cxl_nvdimm_bridge *
cxl_nvb
= cxlr->
cxl_nvb
;
in cxlr_pmem_unregister()
local
2660
device_lock_assert(&
cxl_nvb
->dev);
in cxlr_pmem_unregister()
2669
struct cxl_nvdimm_bridge *
cxl_nvb
= cxlr->
cxl_nvb
;
in cxlr_release_nvdimm()
local
2689
struct cxl_nvdimm_bridge *
cxl_nvb
;
devm_cxl_add_pmem_region()
local
[all...]
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
pmem.c
67
struct cxl_nvdimm_bridge *
cxl_nvb
= cxlmd->
cxl_nvb
;
in cxl_nvdimm_probe()
local
83
nvdimm = __nvdimm_create(
cxl_nvb
->nvdimm_bus, cxl_nvd,
in cxl_nvdimm_probe()
243
if (cxl_nvd->cxlmd && cxl_nvd->cxlmd->
cxl_nvb
== data)
in detach_nvdimm()
254
struct cxl_nvdimm_bridge *
cxl_nvb
= _cxl_nvb;
in unregister_nvdimm_bus()
local
255
struct nvdimm_bus *nvdimm_bus =
cxl_nvb
->nvdimm_bus;
in unregister_nvdimm_bus()
257
bus_for_each_dev(&cxl_bus_type, NULL,
cxl_nvb
, detach_nvdimm);
in unregister_nvdimm_bus()
259
cxl_nvb
->nvdimm_bus = NULL;
in unregister_nvdimm_bus()
265
struct cxl_nvdimm_bridge *
cxl_nvb
= to_cxl_nvdimm_bridge(dev);
in cxl_nvdimm_bridge_probe()
local
267
cxl_nvb
in cxl_nvdimm_bridge_probe()
311
struct cxl_nvdimm_bridge *
cxl_nvb
= cxlr->
cxl_nvb
;
cxl_pmem_region_probe()
local
[all...]
H
A
D
acpi.c
518
struct cxl_nvdimm_bridge *
cxl_nvb
;
in add_root_nvdimm_bridge()
local
528
cxl_nvb
= devm_cxl_add_nvdimm_bridge(host, root_port);
in add_root_nvdimm_bridge()
529
if (IS_ERR(
cxl_nvb
)) {
in add_root_nvdimm_bridge()
531
return PTR_ERR(
cxl_nvb
);
in add_root_nvdimm_bridge()
534
dev_name(&
cxl_nvb
->dev));
in add_root_nvdimm_bridge()
H
A
D
cxl.h
505
* @
cxl_nvb
: nvdimm bridge for coordinating @cxlr_pmem setup / shutdown
515
struct cxl_nvdimm_bridge *
cxl_nvb
;
member
H
A
D
cxlmem.h
40
* @
cxl_nvb
: coordinate removal of @cxl_nvd if present
51
struct cxl_nvdimm_bridge *
cxl_nvb
;
member
Completed in 10 milliseconds