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:num_dimms
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
ghes_edac.c
40
int
num_dimms
;
member
212
if (!hw->
num_dimms
|| !(hw->
num_dimms
% 16)) {
in enumerate_dimms()
215
new = krealloc(hw->dimms, (hw->
num_dimms
+ 16) * sizeof(struct dimm_info),
in enumerate_dimms()
225
d = &hw->dimms[hw->
num_dimms
];
in enumerate_dimms()
226
d->idx = hw->
num_dimms
;
in enumerate_dimms()
230
hw->
num_dimms
++;
in enumerate_dimms()
545
if (!ghes_hw.
num_dimms
) {
in ghes_edac_register()
547
ghes_hw.
num_dimms
= 1;
in ghes_edac_register()
551
layers[0].size = ghes_hw.
num_dimms
;
in ghes_edac_register()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
ghes_edac.c
43
int
num_dimms
;
member
213
if (!hw->
num_dimms
|| !(hw->
num_dimms
% 16)) {
in enumerate_dimms()
216
new = krealloc_array(hw->dimms, hw->
num_dimms
+ 16,
in enumerate_dimms()
226
d = &hw->dimms[hw->
num_dimms
];
in enumerate_dimms()
227
d->idx = hw->
num_dimms
;
in enumerate_dimms()
231
hw->
num_dimms
++;
in enumerate_dimms()
409
if (!ghes_hw.
num_dimms
) {
in ghes_edac_register()
411
ghes_hw.
num_dimms
= 1;
in ghes_edac_register()
415
layers[0].size = ghes_hw.
num_dimms
;
in ghes_edac_register()
[all...]
H
A
D
skx_common.h
103
int
num_dimms
; /* dimms per channel */
member
H
A
D
i10nm_base.c
987
for (j = 0; j < imc->
num_dimms
; j++) {
in i10nm_get_dimm_config()
1140
d->imc[i].
num_dimms
= cfg->hbm_dimm_num;
in i10nm_init()
1144
d->imc[i].
num_dimms
= cfg->ddr_dimm_num;
in i10nm_init()
Completed in 5 milliseconds