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:spa_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
native.c
204
static int spa_max_procs(int
spa_size
)
in spa_max_procs()
argument
219
return ((
spa_size
/ 8) - 96) / 17;
in spa_max_procs()
224
unsigned
spa_size
;
in cxl_alloc_spa()
local
230
spa_size
= (1 << afu->native->spa_order) * PAGE_SIZE;
in cxl_alloc_spa()
232
if (
spa_size
> 0x100000) {
in cxl_alloc_spa()
234
afu->native->spa_max_procs, afu->native->
spa_size
);
in cxl_alloc_spa()
240
afu->native->
spa_size
=
spa_size
;
in cxl_alloc_spa()
241
afu->native->spa_max_procs = spa_max_procs(afu->native->
spa_size
);
in cxl_alloc_spa()
263
spap |= ((afu->native->
spa_size
>> (1
in attach_spa()
[all...]
H
A
D
cxl.h
458
unsigned int
spa_size
;
member
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
native.c
205
static int spa_max_procs(int
spa_size
)
in spa_max_procs()
argument
220
return ((
spa_size
/ 8) - 96) / 17;
in spa_max_procs()
225
unsigned
spa_size
;
in cxl_alloc_spa()
local
231
spa_size
= (1 << afu->native->spa_order) * PAGE_SIZE;
in cxl_alloc_spa()
233
if (
spa_size
> 0x100000) {
in cxl_alloc_spa()
235
afu->native->spa_max_procs, afu->native->
spa_size
);
in cxl_alloc_spa()
241
afu->native->
spa_size
=
spa_size
;
in cxl_alloc_spa()
242
afu->native->spa_max_procs = spa_max_procs(afu->native->
spa_size
);
in cxl_alloc_spa()
264
spap |= ((afu->native->
spa_size
>> (1
in attach_spa()
[all...]
H
A
D
cxl.h
460
unsigned int
spa_size
;
member
Completed in 9 milliseconds