HomeSort by: relevance | last modified time | path
    Searched refs:target_max (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
643 target_max = BALLOON_PAGES_TO_KB(xenmem_get_maxreservation());
644 if (target_kb > target_max) {
651 target_kb, target_max);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 462 * @target_max: corresponding target value for @source_max
465 * [@target_min..@target_max].
469 u32 target_min, u32 target_max)
474 WARN_ON(target_min > target_max);
481 target_max - target_min);

Completed in 14 milliseconds