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:chbs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
cxl.c
117
struct acpi_cedt_chbs
chbs
[NR_BRIDGES];
member
166
.
chbs
[0] = {
169
.length = sizeof(mock_cedt.
chbs
[0]),
174
.
chbs
[1] = {
177
.length = sizeof(mock_cedt.
chbs
[0]),
182
.
chbs
[2] = {
185
.length = sizeof(mock_cedt.
chbs
[0]),
190
.
chbs
[3] = {
193
.length = sizeof(mock_cedt.
chbs
[0]),
427
for (i = 0; i < ARRAY_SIZE(mock_cedt.
chbs
);
in populate_cedt()
428
struct acpi_cedt_
chbs
*
chbs
= &mock_cedt.
chbs
[i];
populate_cedt()
local
[all...]
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
acpi.c
351
struct acpi_cedt_chbs *
chbs
;
in cxl_get_chbs_iter()
local
356
chbs
= (struct acpi_cedt_chbs *) header;
in cxl_get_chbs_iter()
358
if (ctx->uid !=
chbs
->uid)
in cxl_get_chbs_iter()
361
ctx->cxl_version =
chbs
->cxl_version;
in cxl_get_chbs_iter()
362
if (!
chbs
->base)
in cxl_get_chbs_iter()
365
if (
chbs
->cxl_version == ACPI_CEDT_CHBS_VERSION_CXL11 &&
in cxl_get_chbs_iter()
366
chbs
->length != CXL_RCRB_SIZE)
in cxl_get_chbs_iter()
369
ctx->base =
chbs
->base;
in cxl_get_chbs_iter()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc.h
217
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
member
227
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
H
A
D
lpfc_hw.h
3272
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
member
3282
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc.h
219
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
member
229
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
H
A
D
lpfc_hw.h
3458
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
member
3468
uint32_t
chbs
: 1; /* Cofigure Host Backing store */
member
Completed in 39 milliseconds