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:lmbs_to_add
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
hotplug-memory.c
653
static int dlpar_memory_add_by_count(u32
lmbs_to_add
)
in dlpar_memory_add_by_count()
argument
660
pr_info("Attempting to hot-add %d LMB(s)\n",
lmbs_to_add
);
in dlpar_memory_add_by_count()
662
if (
lmbs_to_add
== 0)
in dlpar_memory_add_by_count()
670
if (lmbs_available ==
lmbs_to_add
)
in dlpar_memory_add_by_count()
674
if (lmbs_available <
lmbs_to_add
)
in dlpar_memory_add_by_count()
697
if (lmbs_added ==
lmbs_to_add
)
in dlpar_memory_add_by_count()
701
if (lmbs_added !=
lmbs_to_add
) {
in dlpar_memory_add_by_count()
767
static int dlpar_memory_add_by_ic(u32
lmbs_to_add
, u32 drc_index)
in dlpar_memory_add_by_ic()
argument
774
lmbs_to_add
, drc_index);
in dlpar_memory_add_by_ic()
776
if (
lmbs_to_add
in dlpar_memory_add_by_ic()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
hotplug-memory.c
606
static int dlpar_memory_add_by_count(u32
lmbs_to_add
)
in dlpar_memory_add_by_count()
argument
613
pr_info("Attempting to hot-add %d LMB(s)\n",
lmbs_to_add
);
in dlpar_memory_add_by_count()
615
if (
lmbs_to_add
== 0)
in dlpar_memory_add_by_count()
626
if (lmbs_available ==
lmbs_to_add
)
in dlpar_memory_add_by_count()
630
if (lmbs_available <
lmbs_to_add
)
in dlpar_memory_add_by_count()
652
if (lmbs_reserved ==
lmbs_to_add
)
in dlpar_memory_add_by_count()
656
if (lmbs_reserved !=
lmbs_to_add
) {
in dlpar_memory_add_by_count()
730
static int dlpar_memory_add_by_ic(u32
lmbs_to_add
, u32 drc_index)
in dlpar_memory_add_by_ic()
argument
736
lmbs_to_add
, drc_index);
in dlpar_memory_add_by_ic()
738
if (
lmbs_to_add
in dlpar_memory_add_by_ic()
[all...]
Completed in 2 milliseconds