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:total_pe_num
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
pci-ioda.c
142
if (!(pe_no >= 0 && pe_no < phb->ioda.
total_pe_num
)) {
in pnv_ioda_reserve_pe()
165
for (pe = phb->ioda.
total_pe_num
- 1; pe >= 0; pe--) {
in pnv_ioda_alloc_pe()
240
else if (phb->ioda.reserved_pe_idx == (phb->ioda.
total_pe_num
- 1))
in pnv_ioda2_init_m64()
319
for (index = 0; index < phb->ioda.
total_pe_num
; index++) {
in pnv_ioda1_init_m64()
348
else if (phb->ioda.reserved_pe_idx == (phb->ioda.
total_pe_num
- 1))
in pnv_ioda1_init_m64()
391
size = ALIGN(phb->ioda.
total_pe_num
/ 8, sizeof(unsigned long));
in pnv_ioda_pick_m64_pe()
407
if (bitmap_empty(pe_alloc, phb->ioda.
total_pe_num
)) {
in pnv_ioda_pick_m64_pe()
418
while ((i = find_next_bit(pe_alloc, phb->ioda.
total_pe_num
, i + 1)) <
in pnv_ioda_pick_m64_pe()
419
phb->ioda.
total_pe_num
) {
in pnv_ioda_pick_m64_pe()
497
phb->ioda.m64_segsize = phb->ioda.m64_size / phb->ioda.
total_pe_num
;
in pnv_ioda_parse_m64_window()
[all...]
H
A
D
pci-sriov.c
159
mul = phb->ioda.
total_pe_num
;
in pnv_pci_ioda_fixup_iov_resources()
287
return phb->ioda.
total_pe_num
* align;
in pnv_pci_iov_resource_alignment()
314
* is subdivided into phb->ioda.
total_pe_num
segments and there's a 1-1
H
A
D
pci.h
143
unsigned int
total_pe_num
;
member
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
pci-ioda.c
140
if (!(pe_no >= 0 && pe_no < phb->ioda.
total_pe_num
)) {
in pnv_ioda_reserve_pe()
163
for (pe = phb->ioda.
total_pe_num
- 1; pe >= 0; pe--) {
in pnv_ioda_alloc_pe()
236
else if (phb->ioda.reserved_pe_idx == (phb->ioda.
total_pe_num
- 1))
in pnv_ioda2_init_m64()
307
size = ALIGN(phb->ioda.
total_pe_num
/ 8, sizeof(unsigned long));
in pnv_ioda_pick_m64_pe()
323
if (bitmap_empty(pe_alloc, phb->ioda.
total_pe_num
)) {
in pnv_ioda_pick_m64_pe()
334
while ((i = find_next_bit(pe_alloc, phb->ioda.
total_pe_num
, i + 1)) <
in pnv_ioda_pick_m64_pe()
335
phb->ioda.
total_pe_num
) {
in pnv_ioda_pick_m64_pe()
413
phb->ioda.m64_segsize = phb->ioda.m64_size / phb->ioda.
total_pe_num
;
in pnv_ioda_parse_m64_window()
529
if (pe_no < 0 || pe_no >= phb->ioda.
total_pe_num
)
in pnv_ioda_get_pe_state()
1998
while (index < phb->ioda.
total_pe_num
in pnv_ioda_setup_pe_res()
[all...]
H
A
D
pci-sriov.c
156
mul = phb->ioda.
total_pe_num
;
in pnv_pci_ioda_fixup_iov_resources()
281
return phb->ioda.
total_pe_num
* align;
in pnv_pci_iov_resource_alignment()
308
* is subdivided into phb->ioda.
total_pe_num
segments and there's a 1-1
H
A
D
pci.h
133
unsigned int
total_pe_num
;
member
Completed in 9 milliseconds