OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_min
(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
634
target_min
= balloon_sc->balloon_res_min;
636
if (target_kb <
target_min
) {
639
target_kb,
target_min
);
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c
461
* @
target_min
: corresponding target value for @source_min
465
* [@
target_min
..@target_max].
469
u32
target_min
, u32 target_max)
474
WARN_ON(
target_min
> target_max);
481
target_max -
target_min
);
483
target_val +=
target_min
;
Completed in 65 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025