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:diag_data_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
pci.h
194
unsigned int
diag_data_size
;
member
H
A
D
eeh-powernv.c
520
phb->
diag_data_size
);
in pnv_eeh_get_phb_diag()
1513
phb->diag_data, phb->
diag_data_size
);
in pnv_eeh_next_error()
1693
if (phb->
diag_data_size
> max_diag_size)
in eeh_powernv_init()
1694
max_diag_size = phb->
diag_data_size
;
in eeh_powernv_init()
H
A
D
pci-ioda.c
2355
phb->
diag_data_size
);
in pnv_pci_diag_data_set()
2985
phb->
diag_data_size
= be32_to_cpup(prop32);
in pnv_pci_init_ioda_phb()
2987
phb->
diag_data_size
= PNV_PCI_DIAG_BUF_SIZE;
in pnv_pci_init_ioda_phb()
2989
phb->diag_data = memblock_alloc(phb->
diag_data_size
, SMP_CACHE_BYTES);
in pnv_pci_init_ioda_phb()
2992
phb->
diag_data_size
);
in pnv_pci_init_ioda_phb()
H
A
D
pci.c
565
phb->
diag_data_size
);
in pnv_pci_handle_eeh_config()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
pci.h
180
unsigned int
diag_data_size
;
member
H
A
D
eeh-powernv.c
521
phb->
diag_data_size
);
in pnv_eeh_get_phb_diag()
1513
phb->diag_data, phb->
diag_data_size
);
in pnv_eeh_next_error()
1675
if (phb->
diag_data_size
> max_diag_size)
in eeh_powernv_init()
1676
max_diag_size = phb->
diag_data_size
;
in eeh_powernv_init()
H
A
D
pci-ioda.c
2081
phb->
diag_data_size
);
in pnv_pci_diag_data_set()
2633
phb->
diag_data_size
= be32_to_cpup(prop32);
in pnv_pci_init_ioda_phb()
2635
phb->
diag_data_size
= PNV_PCI_DIAG_BUF_SIZE;
in pnv_pci_init_ioda_phb()
2637
phb->diag_data = kzalloc(phb->
diag_data_size
, GFP_KERNEL);
in pnv_pci_init_ioda_phb()
2640
phb->
diag_data_size
);
in pnv_pci_init_ioda_phb()
H
A
D
pci.c
497
phb->
diag_data_size
);
in pnv_pci_handle_eeh_config()
Completed in 15 milliseconds