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 - 1
of
1
) 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
);
Completed in 21 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025