| /linux/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/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/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()
|
| /linux/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/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. 77 high-parallelism phases. This option will affect the percentage of 78 the overhead and latency columns. See --percentage for more info. 117 - overhead: CPU overhead percentage of sample. [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%.
|
| H A D | perf-annotate.txt | 148 The local/global keywords set if the percentage is computed 150 The period/hits keywords set the base the percentage is computed
|
| H A D | perf-kvm.txt | 102 number), percent_sample (sort by sample percentage), time 103 (sort by average time), precent_time (sort by time percentage),
|
| /linux/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/tools/tracing/rtla/src/ |
| H A D | osnoise_top.c | 195 int percentage; in osnoise_top_print() local 204 percentage = ((cpu_data->sum_runtime - cpu_data->sum_noise) * 10000000) in osnoise_top_print() 206 decimal = percentage % 100000; in osnoise_top_print() 207 percentage = percentage / 100000; in osnoise_top_print() 211 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-platform-ideapad-laptop | 7 This feature limits the maximum battery charge percentage to
|
| /linux/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/tools/testing/selftests/bpf/benchs/ |
| H A D | run_common.sh | 31 function percentage() function
|
| /linux/arch/arm/mach-pxa/ |
| H A D | sharpsl_pm.h | 56 int percentage; member
|
| /linux/Documentation/hwmon/ |
| H A D | hs3001.rst | 25 humidity is expressed as a percentage. In the sysfs interface, all values are
|
| H A D | shtc1.rst | 45 celsius, relative humidity is expressed as a percentage.
|
| /linux/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
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | atombios_crtc.c | 459 if (ss->percentage == 0) in atombios_crtc_program_ss() 500 args.v2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 519 args.v1.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 527 if ((enable == ATOM_DISABLE) || (ss->percentage == 0) || in atombios_crtc_program_ss() 532 args.lvds_ss_2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 543 args.lvds_ss.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss() 690 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) in atombios_adjust_pll() 703 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) in atombios_adjust_pll() 1115 (u32)radeon_crtc->ss.percentage) / in atombios_crtc_set_pll()
|
| /linux/Documentation/leds/ |
| H A D | leds-lp3944.rst | 32 percentage of the period the led is on, from 0 to 100
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | atombios_crtc.c | 256 if (ss->percentage == 0) in amdgpu_atombios_crtc_program_ss() 393 if (amdgpu_crtc->ss_enabled && amdgpu_crtc->ss.percentage) in amdgpu_atombios_crtc_adjust_pll() 406 if (amdgpu_crtc->ss_enabled && amdgpu_crtc->ss.percentage) in amdgpu_atombios_crtc_adjust_pll() 868 (u32)amdgpu_crtc->ss.percentage) / in amdgpu_atombios_crtc_set_pll()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-usb | 52 compute the percentage of time that a device has been active. 57 will give an integer percentage. Note that this does not
|