Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 214) sorted by relevance

123456789

/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-smp.c29 static int node_scan_cpus(nasid_t nasid, int highest) in node_scan_cpus() argument
45 if (cpuid > highest) in node_scan_cpus()
46 highest = cpuid; in node_scan_cpus()
64 return highest; in node_scan_cpus()
69 int i, highest = 0; in cpu_node_probe() local
78 highest = node_scan_cpus(nasid, highest); in cpu_node_probe()
81 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local
130 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()
131 do_div(highest, 1000); in sun4i_rgb_mode_valid()
132 if (rounded_rate > highest) in sun4i_rgb_mode_valid()
/openbmc/linux/kernel/
H A Dscs.c131 static unsigned long highest; in scs_check_usage() local
133 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage()
145 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dxics.rst20 interrupt server numbers (ie, highest possible vcpu id plus one).
48 Zero is the highest priority, 255 means no interrupt is pending.
51 Zero is the highest priority, 255 means no IPI is pending.
57 Zero is the highest priority, meaning no interrupts can be
74 the highest priority and 255 is the lowest. An interrupt with a
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.cpp195 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
229 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
246 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
307 case ValueUpdatePolicy::highest: in shouldUpdateValue()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.8_typo.patch13 …arameter. The second parameter should be the new metric. If ommited the metric 0 (highest) is used.
14 …arameter. The second parameter should be the new metric. If omitted the metric 0 (highest) is used.
/openbmc/phosphor-fan-presence/docs/control/
H A Dzones.md43 interval are analyzed and if the highest requested target is greater than the
57 inside of this interval are analyzed and if the highest requested target is
64 The ceiling of the zone, i.e. the highest target that can be set.
/openbmc/linux/Documentation/fb/
H A Defifb.rst61 The EFI stub will choose the mode with the highest resolution (product
63 with the highest resolution, it will choose one with the highest color
/openbmc/linux/drivers/sh/clk/
H A Dcore.c94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local
98 highest = 0; in clk_rate_round_helper()
102 if (freq > highest) in clk_rate_round_helper()
103 highest = freq; in clk_rate_round_helper()
117 if (rounder->rate >= highest) in clk_rate_round_helper()
118 rate_best_fit = highest; in clk_rate_round_helper()
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-spi-byte.txt6 highest)
9 The value for lowest and highest brightness is dependent on the device and
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c37 unsigned char highest; member
775 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
783 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
1038 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities()
1040 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities()
1047 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities()
1049 cpu, req->hwp_min, cap->highest); in check_hwp_request_v_hwp_capabilities()
1069 if (req->hwp_desired > cap->highest) in check_hwp_request_v_hwp_capabilities()
1071 cpu, req->hwp_desired, cap->highest); in check_hwp_request_v_hwp_capabilities()
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/
H A Dzones.yaml42 use of any hardware that requires the highest
90 use of any hardware that requires the highest
/openbmc/linux/fs/xfs/scrub/
H A Ddabtree.h26 xfs_dablk_t highest; member
H A Ddabtree.c134 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
503 ds->highest = 0; in xchk_da_btree()
507 ds->highest = ds->dargs.geo->freeblk; in xchk_da_btree()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DMode.interface.yaml42 The system performs at the highest speeds while utilization is
59 This value shall indicate the system performs at the highest
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst105 During a schedule() event on any sibling of a core, the highest priority task on
108 highest priority task with the same cookie is selected if there is one runnable
122 tasks selected to be scheduled are of the highest priority in a core. However,
124 highest priority ones in the core. Favoring security over fairness, one or more
125 siblings could be forced to select a lower priority task if the highest
126 priority task is not trusted with respect to the core wide highest priority
130 When the highest priority task is selected to run, a reschedule-IPI is sent to
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DRequestedRedundancyPriority.interface.yaml16 By default, any Activation should be done to the highest priority.
/openbmc/linux/Documentation/hwmon/
H A Dmp2975.rst53 - for current out input, maximum alarm and highest values;
101 - for power out: highest and input.
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/
H A DThermalPower.interface.yaml10 This means the name of the thermal sensor that is the highest temp in
/openbmc/linux/drivers/input/misc/
H A Dad714x.c454 int first_before, highest, first_after; in ad714x_wheel_cal_abs_pos() local
458 highest = sw->highest_stage; in ad714x_wheel_cal_abs_pos()
461 a_param = ad714x->sensor_val[highest] * in ad714x_wheel_cal_abs_pos()
462 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos()
464 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos()
466 (highest - hw->start_stage + 1); in ad714x_wheel_cal_abs_pos()
467 b_param = ad714x->sensor_val[highest] + in ad714x_wheel_cal_abs_pos()
/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dcib.txt13 - cavium,max-bits: The index (zero based) of the highest numbered bit
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h19 lis reg, (expr)@highest; \
/openbmc/linux/Documentation/scheduler/
H A Dschedutil.rst78 r_cpu is determined as the ratio of highest performance level of the current
79 CPU vs the highest performance level of any other CPU in the system.
102 highest. A further default enabled option UTIL_EST_FASTUP modifies the IIR
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c944 unsigned int highest = 0; in abx500_get_gpio_num() local
966 highest = gend; in abx500_get_gpio_num()
970 if (gend > highest) in abx500_get_gpio_num()
971 highest = gend; in abx500_get_gpio_num()
975 npins = highest - lowest + 1; in abx500_get_gpio_num()

123456789