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:HA_CHUNK
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_balloon.c
501
#define
HA_CHUNK
(128 * 1024 * 1024 / PAGE_SIZE)
macro
708
for (i = 0; i < (size/
HA_CHUNK
); i++) {
in hv_mem_hot_add()
709
start_pfn = start + (i *
HA_CHUNK
);
in hv_mem_hot_add()
712
has->ha_end_pfn +=
HA_CHUNK
;
in hv_mem_hot_add()
714
if (total_pfn >
HA_CHUNK
) {
in hv_mem_hot_add()
715
processed_pfn =
HA_CHUNK
;
in hv_mem_hot_add()
716
total_pfn -=
HA_CHUNK
;
in hv_mem_hot_add()
729
(
HA_CHUNK
<< PAGE_SHIFT), MEMHP_MERGE_RESOURCE);
in hv_mem_hot_add()
744
has->ha_end_pfn -=
HA_CHUNK
;
in hv_mem_hot_add()
825
* Extend the region by multiples of
HA_CHUNK
in pfn_covered()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_balloon.c
509
#define
HA_CHUNK
(128 * 1024 * 1024 / PAGE_SIZE)
macro
727
for (i = 0; i < (size/
HA_CHUNK
); i++) {
in hv_mem_hot_add()
728
start_pfn = start + (i *
HA_CHUNK
);
in hv_mem_hot_add()
731
has->ha_end_pfn +=
HA_CHUNK
;
in hv_mem_hot_add()
733
if (total_pfn >
HA_CHUNK
) {
in hv_mem_hot_add()
734
processed_pfn =
HA_CHUNK
;
in hv_mem_hot_add()
735
total_pfn -=
HA_CHUNK
;
in hv_mem_hot_add()
748
(
HA_CHUNK
<< PAGE_SHIFT), MHP_MERGE_RESOURCE);
in hv_mem_hot_add()
763
has->ha_end_pfn -=
HA_CHUNK
;
in hv_mem_hot_add()
841
* Extend the region by multiples of
HA_CHUNK
in pfn_covered()
[all...]
Completed in 4 milliseconds