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:KNL_MAX_CHANNELS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
sb_edac.c
289
#define
KNL_MAX_CHANNELS
6 /* KNL max num. of PCI channels */
macro
368
struct pci_dev *pci_channel[
KNL_MAX_CHANNELS
];
1254
WARN_ON(entry >=
KNL_MAX_CHANNELS
);
in knl_get_mc_route()
1280
* Output string s should be at least
KNL_MAX_CHANNELS
*2 bytes.
1286
for (i = 0; i <
KNL_MAX_CHANNELS
; i++) {
in knl_show_mc_route()
1291
s[
KNL_MAX_CHANNELS
*2 - 1] = '\0';
in knl_show_mc_route()
1337
* @mc_sizes: Output sizes of channels (must have space for
KNL_MAX_CHANNELS
1355
char mc_route_string[
KNL_MAX_CHANNELS
*2];
in knl_get_dimm_capacity()
1359
int participants[
KNL_MAX_CHANNELS
];
in knl_get_dimm_capacity()
1361
for (i = 0; i <
KNL_MAX_CHANNELS
;
in knl_get_dimm_capacity()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
sb_edac.c
289
#define
KNL_MAX_CHANNELS
6 /* KNL max num. of PCI channels */
macro
374
struct pci_dev *pci_channel[
KNL_MAX_CHANNELS
];
1260
WARN_ON(entry >=
KNL_MAX_CHANNELS
);
in knl_get_mc_route()
1286
* Output string s should be at least
KNL_MAX_CHANNELS
*2 bytes.
1292
for (i = 0; i <
KNL_MAX_CHANNELS
; i++) {
in knl_show_mc_route()
1297
s[
KNL_MAX_CHANNELS
*2 - 1] = '\0';
in knl_show_mc_route()
1343
* @mc_sizes: Output sizes of channels (must have space for
KNL_MAX_CHANNELS
1361
char mc_route_string[
KNL_MAX_CHANNELS
*2];
in knl_get_dimm_capacity()
1365
int participants[
KNL_MAX_CHANNELS
];
in knl_get_dimm_capacity()
1367
for (i = 0; i <
KNL_MAX_CHANNELS
;
in knl_get_dimm_capacity()
[all...]
Completed in 7 milliseconds