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:target_pages
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
frontswap.c
420
static int __frontswap_shrink(unsigned long
target_pages
,
in __frontswap_shrink()
argument
429
if (total_pages <=
target_pages
) {
in __frontswap_shrink()
434
total_pages_to_unuse = total_pages -
target_pages
;
in __frontswap_shrink()
444
* number given in the parameter
target_pages
.
446
void frontswap_shrink(unsigned long
target_pages
)
in frontswap_shrink()
argument
457
ret = __frontswap_shrink(
target_pages
, &pages_to_unuse, &type);
in frontswap_shrink()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xen-balloon.c
100
: static_max - balloon_stats.
target_pages
;
in watch_target()
158
return sprintf(buf, "%lu\n", PAGES2KB(balloon_stats.
target_pages
));
in target_kb_show()
184
(unsigned long long)balloon_stats.
target_pages
in target_show()
H
A
D
balloon.c
267
credit = balloon_stats.
target_pages
+ balloon_stats.target_unpopulated
in reserve_additional_memory()
370
balloon_stats.
target_pages
= balloon_stats.current_pages +
in reserve_additional_memory()
378
return balloon_stats.
target_pages
- balloon_stats.current_pages;
in current_credit()
562
balloon_stats.
target_pages
= target;
in balloon_set_new_target()
719
balloon_stats.
target_pages
= balloon_stats.current_pages;
in balloon_init()
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xen-balloon.c
100
: static_max - balloon_stats.
target_pages
;
in watch_target()
158
return sprintf(buf, "%lu\n", PAGES2KB(balloon_stats.
target_pages
));
in show_target_kb()
187
(unsigned long long)balloon_stats.
target_pages
in show_target()
H
A
D
balloon.c
283
credit = balloon_stats.
target_pages
+ balloon_stats.target_unpopulated
in reserve_additional_memory()
386
balloon_stats.
target_pages
= balloon_stats.current_pages +
in reserve_additional_memory()
394
return balloon_stats.
target_pages
- balloon_stats.current_pages;
in current_credit()
578
balloon_stats.
target_pages
= target;
in balloon_set_new_target()
730
balloon_stats.
target_pages
= balloon_stats.current_pages;
in balloon_init()
/kernel/linux/linux-5.10/include/xen/
H
A
D
balloon.h
13
unsigned long
target_pages
;
member
/kernel/linux/linux-6.6/include/xen/
H
A
D
balloon.h
13
unsigned long
target_pages
;
member
Completed in 4 milliseconds