OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_kb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xen/
balloon.c
625
uint64_t
target_kb
, target_max, target_min;
local in function:balloon_xenbus_watcher
627
target_kb
= balloon_xenbus_read_target();
628
if (
target_kb
== 0) {
636
if (
target_kb
< target_min) {
639
target_kb
, target_min);
644
if (
target_kb
> target_max) {
651
target_kb
, target_max);
655
new_target = BALLOON_KB_TO_PAGES(
target_kb
);
balloon.c
625
uint64_t
target_kb
, target_max, target_min;
local in function:balloon_xenbus_watcher
627
target_kb
= balloon_xenbus_read_target();
628
if (
target_kb
== 0) {
636
if (
target_kb
< target_min) {
639
target_kb
, target_min);
644
if (
target_kb
> target_max) {
651
target_kb
, target_max);
655
new_target = BALLOON_KB_TO_PAGES(
target_kb
);
Completed in 26 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025