| /linux-6.15/drivers/macintosh/ |
| H A D | apm_emu.c | 19 int percentage = -1; in pmu_apm_get_power_status() local 41 if (percentage < 0) in pmu_apm_get_power_status() 42 percentage = 0; in pmu_apm_get_power_status() 45 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status() 66 percentage /= real_count; in pmu_apm_get_power_status() 70 } else if (percentage <= APM_CRITICAL) { in pmu_apm_get_power_status() 73 } else if (percentage <= APM_LOW) { in pmu_apm_get_power_status() 82 info->battery_life = percentage; in pmu_apm_get_power_status()
|
| /linux-6.15/arch/sh/boards/mach-hp6xx/ |
| H A D | hp6xx_apm.c | 32 int battery, backup, charging, percentage; in hp6x0_apm_get_power_status() local 39 percentage = 100 * (battery - HP680_BATTERY_MIN) / in hp6x0_apm_get_power_status() 43 info->battery_life = percentage; in hp6x0_apm_get_power_status() 62 } else if (percentage <= APM_CRITICAL) { in hp6x0_apm_get_power_status() 65 } else if (percentage <= APM_LOW) { in hp6x0_apm_get_power_status()
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | richtek,rt9455.yaml | 29 richtek,end-of-charge-percentage: 33 below output_charge_current x end-of-charge-percentage, charge is terminated. 62 - richtek,end-of-charge-percentage 83 richtek,end-of-charge-percentage = <10>;
|
| H A D | cpcap-battery.yaml | 29 - description: low battery percentage interrupt 30 - description: critical battery percentage interrupt
|
| /linux-6.15/tools/testing/selftests/powerpc/pmu/ |
| H A D | count_instructions.c | 33 double percentage; in do_count_loop() local 47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
|
| H A D | count_stcx_fail.c | 33 double percentage; in do_count_loop() local 49 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 60 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | hiperdispatch.c | 209 unsigned long time_delta, steal_delta, steal, percentage; in hd_calculate_steal_percentage() local 216 percentage = 0; in hd_calculate_steal_percentage() 226 return percentage; in hd_calculate_steal_percentage() 231 percentage = steal_delta / cpus; in hd_calculate_steal_percentage() 235 return percentage; in hd_calculate_steal_percentage()
|
| /linux-6.15/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | instruction_count_test.c | 29 double percentage; in do_count_loop() local 48 percentage = (double)difference / event->result.value * 100; in do_count_loop() 54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop()
|
| /linux-6.15/tools/testing/selftests/net/rds/ |
| H A D | README.txt | 20 -l Simulates a percentage of packet loss 22 -c Simulates a percentage of packet corruption 24 -u Simulates a percentage of packet duplication.
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 44 file://filename entries. This option will affect the percentage 45 of the Baseline/Delta column. See --percentage for more info. 50 file://filename entries. This option will affect the percentage 51 of the Baseline/Delta column. See --percentage for more info. 56 file://filename entries. This option will affect the percentage 57 of the Baseline/Delta column. See --percentage for more info. 119 --percentage:: 120 Determine how to display the overhead percentage of filtered entries. 207 b - baseline sample percentage 258 relative to how entries are filtered. Use --percentage=absolute to
|
| H A D | perf-report.txt | 37 Show sample percentage for different cpu modes. 46 file://filename entries. This option will affect the percentage of 47 the overhead and latency columns. See --percentage for more info. 56 file://filename entries. This option will affect the percentage of 57 the overhead and latency columns. See --percentage for more info. 61 file://filename entries. This option will affect the percentage of 62 the overhead and latency columns. See --percentage for more info. 116 - overhead: CPU overhead percentage of sample. 117 - latency: latency (wall-clock) overhead percentage of sample. 462 --percentage:: [all …]
|
| H A D | perf-top.txt | 155 percentage of the overhead column. See --percentage for more info. 159 percentage of the overhead column. See --percentage for more info. 163 percentage of the overhead column. See --percentage for more info. 219 --percentage:: 220 Determine how to display the overhead percentage of filtered entries.
|
| H A D | intel-hybrid.txt | 129 perf-stat reports the scaled counts for hybrid event and with a percentage 130 displayed. The percentage is the event's running time/enabling time. 133 scaled value for core cycles is 160,444,092 and the percentage is 0.47%.
|
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | osnoise_top.c | 190 int percentage; in osnoise_top_print() local 199 percentage = ((cpu_data->sum_runtime - cpu_data->sum_noise) * 10000000) in osnoise_top_print() 201 decimal = percentage % 100000; in osnoise_top_print() 202 percentage = percentage / 100000; in osnoise_top_print() 206 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_atombios.c | 805 u16 percentage = 0, rate = 0; in amdgpu_atombios_get_igp_ss_overrides() local 816 percentage = le16_to_cpu(igp_info->info_6.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 820 percentage = le16_to_cpu(igp_info->info_6.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 832 percentage = le16_to_cpu(igp_info->info_7.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 848 percentage = le16_to_cpu(igp_info->info_8.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 864 percentage = le16_to_cpu(igp_info->info_9.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides() 881 if (percentage) in amdgpu_atombios_get_igp_ss_overrides() 882 ss->percentage = percentage; in amdgpu_atombios_get_igp_ss_overrides() 937 ss->percentage = in amdgpu_atombios_get_asic_ss_info() 955 ss->percentage = in amdgpu_atombios_get_asic_ss_info() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | link.h | 113 #define NORMALIZE_PERCENT_TO_255(percentage) ((percentage) * 256 / 100) argument
|
| /linux-6.15/tools/testing/selftests/bpf/benchs/ |
| H A D | run_common.sh | 31 function percentage() function
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-bdi | 42 percentage of the write-back cache to a particular device. 67 given percentage of the write-back cache. This is useful in 97 percentage of the write-back cache to a particular device
|
| H A D | sysfs-class-led | 14 LEDs within the group to a calculated percentage of what 17 The percentage is calculated for each grouped LED via
|
| H A D | sysfs-class-power-wilco | 18 A low and high threshold percentage is specified.
|
| /linux-6.15/arch/arm/mach-pxa/ |
| H A D | sharpsl_pm.h | 56 int percentage; member
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | hs3001.rst | 25 humidity is expressed as a percentage. In the sysfs interface, all values are
|
| /linux-6.15/Documentation/devicetree/bindings/serial/ |
| H A D | nvidia,tegra20-hsuart.yaml | 61 List of entries providing percentage of baud rate adjustment within a range. Each entry 64 percentage mentioned here.
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | mediatek,mt8186-fhctl.yaml | 35 description: The percentage of spread spectrum clocking for one PLL.
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | clock_source.h | 36 uint32_t percentage; /*> In unit of 0.01% or 0.001%*/ member
|