| /linux-6.15/tools/testing/selftests/powerpc/pmu/ |
| H A D | count_instructions.c | 32 s64 difference, expected; in do_count_loop() local 46 difference = events[0].result.value - expected; in do_count_loop() 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() 62 if (difference < 0) in do_count_loop() 63 difference = -difference; in do_count_loop() 66 difference *= 10000 * 100; in do_count_loop() 67 if (difference / events[0].result.value) in do_count_loop()
|
| H A D | count_stcx_fail.c | 32 s64 difference, expected; in do_count_loop() local 48 difference = events[0].result.value - expected; in do_count_loop() 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() 67 if (difference < 0) in do_count_loop() 68 difference = -difference; in do_count_loop() 71 difference *= 10000 * 100; in do_count_loop() 72 if (difference / events[0].result.value) in do_count_loop()
|
| /linux-6.15/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | instruction_count_test.c | 28 int64_t difference, expected; in do_count_loop() local 47 difference = event->result.value - expected; in do_count_loop() 48 percentage = (double)difference / event->result.value * 100; in do_count_loop() 54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop() 58 if (difference < 0) in do_count_loop() 59 difference = -difference; in do_count_loop() 62 difference *= 10000 * 100; in do_count_loop() 63 if (difference / event->result.value) in do_count_loop()
|
| /linux-6.15/arch/arc/lib/ |
| H A D | strcmp.S | 31 xor r0,r2,r3 ; mask for difference 33 bic_s r0,r0,r1 ; mask for least significant difference bit 35 xor r0,r5,r1 ; mask for least significant difference byte 47 xor r0,r2,r3 ; mask for difference 50 bic_s r0,r0,r1 ; mask for least significant difference bit 52 xor r0,r5,r1 ; mask for least significant difference byte
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | lm77.rst | 29 applies to all 3 limits. The relative difference is stored in a single 30 register on the chip, which means that the relative difference between 36 difference staying unchanged. For example, if the old critical limit 42 read-only. Setting temp1_crit_hyst writes the difference between
|
| H A D | emc1403.rst | 74 hysteresis mechanism which applies to all limits. The relative difference 76 difference between the limit and its hysteresis is always the same for 82 difference staying unchanged. For example, if the old critical limit 88 are read-only. Setting temp1_crit_hyst writes the difference between
|
| H A D | lm70.rst | 55 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is 63 The LM71 is also very similar; main difference is 14-bit temperature
|
| /linux-6.15/drivers/input/ |
| H A D | ff-memless.c | 157 int difference; in apply_envelope() local 178 difference = abs(value) - envelope_level; in apply_envelope() 180 pr_debug("difference = %d\n", difference); in apply_envelope() 184 difference = difference * time_from_level / time_of_envelope; in apply_envelope() 186 pr_debug("difference = %d\n", difference); in apply_envelope() 189 -(difference + envelope_level) : (difference + envelope_level); in apply_envelope()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-kcopyd.c | 125 unsigned int throttle, now, difference; in io_job_start() local 140 difference = now - t->last_jiffies; in io_job_start() 143 t->io_period += difference; in io_job_start() 144 t->total_period += difference; in io_job_start() 189 unsigned int now, difference; in io_job_finish() local 192 difference = now - t->last_jiffies; in io_job_finish() 195 t->io_period += difference; in io_job_finish() 196 t->total_period += difference; in io_job_finish()
|
| H A D | dm-stats.c | 537 unsigned long long now, difference; in dm_stat_round() local 545 difference = now - shared->stamp; in dm_stat_round() 546 if (!difference) in dm_stat_round() 552 p->io_ticks[READ] += difference; in dm_stat_round() 554 p->io_ticks[WRITE] += difference; in dm_stat_round() 556 p->io_ticks_total += difference; in dm_stat_round() 557 p->time_in_queue += (in_flight_read + in_flight_write) * difference; in dm_stat_round()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-roccat-kone.c | 293 int retval = 0, difference, old_profile; in kone_sysfs_write_settings() local 301 difference = memcmp(settings, &kone->settings, in kone_sysfs_write_settings() 303 if (difference) { in kone_sysfs_write_settings() 360 int retval = 0, difference; in kone_sysfs_write_profilex() local 369 difference = memcmp(buf, profile, sizeof(struct kone_profile)); in kone_sysfs_write_profilex() 370 if (difference) { in kone_sysfs_write_profilex()
|
| /linux-6.15/arch/x86/ |
| H A D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML. 25 # They make zero difference whatsosever to performance at this time.
|
| /linux-6.15/drivers/platform/x86/dell/ |
| H A D | dell-smbios-wmi.c | 92 size_t difference; in dell_smbios_wmi_call() local 104 difference = priv->req_buf_size - sizeof(u64) - size; in dell_smbios_wmi_call() 106 memset(&priv->buf->ext, 0, difference); in dell_smbios_wmi_call()
|
| /linux-6.15/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 44 small difference due to input system fuzziness feature. 50 sensing element is internally moved little bit. Selftest measures difference 55 measured difference between modes. Axes are not remapped in selftest mode.
|
| /linux-6.15/drivers/scsi/aacraid/ |
| H A D | commsup.c | 2315 long difference = HZ; in aac_command_thread() local 2341 difference = ((long)(unsigned)check_interval) in aac_command_thread() 2343 next_check_jiffies = jiffies + difference; in aac_command_thread() 2348 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread() 2364 difference = HZ + HZ / 2 - in aac_command_thread() 2376 difference = (long)(unsigned)update_interval*HZ; in aac_command_thread() 2378 next_jiffies = jiffies + difference; in aac_command_thread() 2380 difference = next_check_jiffies - jiffies; in aac_command_thread() 2382 if (difference <= 0) in aac_command_thread() 2383 difference = 1; in aac_command_thread() [all …]
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | cpu-and-latency-overheads.txt | 49 To get insight into the difference between the overheads, you may check 54 highly-parallel phases, which explains significant difference between
|
| /linux-6.15/Documentation/sound/hd-audio/ |
| H A D | dp-mst.rst | 8 Virtual pin is an extension of per_pin. The most difference of DP MST 52 Below discussion will ignore MST and NON-MST difference as it doesn't
|
| /linux-6.15/drivers/hwmon/ |
| H A D | aht10.c | 136 ktime_t difference = ktime_sub(current_time, data->previous_poll_time); in aht10_polltime_expired() local 138 return ktime_after(difference, data->min_poll_interval); in aht10_polltime_expired()
|
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_parser.py | 485 difference = len(DIVIDER) - len_message - 2 # 2 spaces added 486 if difference > 0: 488 len_1 = int(difference / 2) 489 len_2 = difference - len_1
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces-details.rst | 66 The luminance (Y') and color difference (Cb and Cr) are obtained with 142 The luminance (Y') and color difference (Cb and Cr) are obtained with 265 The luminance (Y') and color difference (Cb and Cr) are obtained with 334 The luminance (Y') and color difference (Cb and Cr) are obtained with 405 The luminance (Y') and color difference (Cb and Cr) are obtained with 553 The luminance (Y') and color difference (Cb and Cr) are obtained with 627 The luminance (Y') and color difference (Cb and Cr) are obtained with 698 The luminance (Y') and color difference (Cb and Cr) are obtained with
|
| H A D | selections-common.rst | 10 similar, there's one fundamental difference between the two. On
|
| /linux-6.15/Documentation/devicetree/bindings/power/reset/ |
| H A D | qcom,pshold.yaml | 14 Clearing that bit allows us to restart/power off. The difference between
|
| /linux-6.15/Documentation/devicetree/bindings/iio/pressure/ |
| H A D | sensirion,sdp500.yaml | 14 There is no software difference between sdp500 and sdp510.
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | armada-388.dtsi | 9 * The main difference with the Armada 385 is that the 388 can handle two more
|
| /linux-6.15/Documentation/devicetree/bindings/rtc/ |
| H A D | epson,rtc7301.yaml | 10 The only difference between the two variants is the packaging.
|