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:x38_channel_num
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
x38_edac.c
98
static int
x38_channel_num
;
variable
107
x38_channel_num
= 1;
in how_many_channel()
110
x38_channel_num
= 2;
in how_many_channel()
113
return
x38_channel_num
;
in how_many_channel()
182
if (
x38_channel_num
== 2)
in x38_get_and_clear_error_info()
195
if (
x38_channel_num
== 2)
in x38_get_and_clear_error_info()
219
for (channel = 0; channel <
x38_channel_num
; channel++) {
in x38_process_error_info()
343
layers[1].size =
x38_channel_num
;
in x38_probe1()
383
for (j = 0; j <
x38_channel_num
; j++) {
in x38_probe1()
386
dimm->nr_pages = nr_pages /
x38_channel_num
;
in x38_probe1()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
x38_edac.c
98
static int
x38_channel_num
;
variable
107
x38_channel_num
= 1;
in how_many_channel()
110
x38_channel_num
= 2;
in how_many_channel()
113
return
x38_channel_num
;
in how_many_channel()
182
if (
x38_channel_num
== 2)
in x38_get_and_clear_error_info()
195
if (
x38_channel_num
== 2)
in x38_get_and_clear_error_info()
219
for (channel = 0; channel <
x38_channel_num
; channel++) {
in x38_process_error_info()
342
layers[1].size =
x38_channel_num
;
in x38_probe1()
382
for (j = 0; j <
x38_channel_num
; j++) {
in x38_probe1()
385
dimm->nr_pages = nr_pages /
x38_channel_num
;
in x38_probe1()
[all...]
Completed in 2 milliseconds