Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 190) sorted by relevance

12345678

/Linux-v4.19/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c32 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()
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c28 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-v4.19/arch/arc/lib/
Dstrcmp.S34 xor r0,r2,r3 ; mask for difference
36 bic_s r0,r0,r1 ; mask for least significant difference bit
38 xor r0,r5,r1 ; mask for least significant difference byte
50 xor r0,r2,r3 ; mask for difference
53 bic_s r0,r0,r1 ; mask for least significant difference bit
55 xor r0,r5,r1 ; mask for least significant difference byte
/Linux-v4.19/Documentation/hwmon/
Dlm7723 applies to all 3 limits. The relative difference is stored in a single
24 register on the chip, which means that the relative difference between
29 difference staying unchanged. For example, if the old critical limit
35 read-only. Setting temp1_crit_hyst writes the difference between
Demc140343 hysteresis mechanism which applies to all limits. The relative difference
45 difference between the limit and its hysteresis is always the same for
50 difference staying unchanged. For example, if the old critical limit
56 are read-only. Setting temp1_crit_hyst writes the difference between
Dlm7040 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is
45 The LM71 is also very similar; main difference is 14-bit temperature
Dhih613018 The difference between the two devices is that the HIH-6131 has a condensation
/Linux-v4.19/drivers/input/
Dff-memless.c172 int difference; in apply_envelope() local
193 difference = abs(value) - envelope_level; in apply_envelope()
195 pr_debug("difference = %d\n", difference); in apply_envelope()
199 difference = difference * time_from_level / time_of_envelope; in apply_envelope()
201 pr_debug("difference = %d\n", difference); in apply_envelope()
204 -(difference + envelope_level) : (difference + envelope_level); in apply_envelope()
/Linux-v4.19/drivers/md/
Ddm-kcopyd.c102 unsigned throttle, now, difference; in io_job_start() local
117 difference = now - t->last_jiffies; in io_job_start()
120 t->io_period += difference; in io_job_start()
121 t->total_period += difference; in io_job_start()
165 unsigned now, difference; in io_job_finish() local
168 difference = now - t->last_jiffies; in io_job_finish()
171 t->io_period += difference; in io_job_finish()
172 t->total_period += difference; in io_job_finish()
Ddm-stats.c489 unsigned long long now, difference; in dm_stat_round() local
497 difference = now - shared->stamp; in dm_stat_round()
498 if (!difference) in dm_stat_round()
504 p->io_ticks[READ] += difference; in dm_stat_round()
506 p->io_ticks[WRITE] += difference; in dm_stat_round()
508 p->io_ticks_total += difference; in dm_stat_round()
509 p->time_in_queue += (in_flight_read + in_flight_write) * difference; in dm_stat_round()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dyuv-formats.rst12 *color difference* signals, this way the green component can be
17 was added to transmit the color difference signals. Secondary in the YUV
Dselections-common.rst10 similar, there's one fundamental difference between the two. On
Dcolorspaces-details.rst70 The luminance (Y') and color difference (Cb and Cr) are obtained with
150 The luminance (Y') and color difference (Cb and Cr) are obtained with
277 The luminance (Y') and color difference (Cb and Cr) are obtained with
350 The luminance (Y') and color difference (Cb and Cr) are obtained with
426 The luminance (Y') and color difference (Cb and Cr) are obtained with
580 The luminance (Y') and color difference (Cb and Cr) are obtained with
657 The luminance (Y') and color difference (Cb and Cr) are obtained with
730 The luminance (Y') and color difference (Cb and Cr) are obtained with
/Linux-v4.19/drivers/platform/x86/
Ddell-smbios-wmi.c89 size_t difference; in dell_smbios_wmi_call() local
101 difference = priv->req_buf_size - sizeof(u64) - size; in dell_smbios_wmi_call()
103 memset(&priv->buf->ext, 0, difference); in dell_smbios_wmi_call()
/Linux-v4.19/drivers/hid/
Dhid-roccat-kone.c299 int retval = 0, difference, old_profile; in kone_sysfs_write_settings() local
306 difference = memcmp(buf, &kone->settings, sizeof(struct kone_settings)); in kone_sysfs_write_settings()
307 if (difference) { in kone_sysfs_write_settings()
357 int retval = 0, difference; in kone_sysfs_write_profilex() local
366 difference = memcmp(buf, profile, sizeof(struct kone_profile)); in kone_sysfs_write_profilex()
367 if (difference) { in kone_sysfs_write_profilex()
/Linux-v4.19/arch/x86/
DMakefile_32.cpu3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
24 # They make zero difference whatsosever to performance at this time.
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Dmsm-poweroff.txt4 Clearing that bit allows us to restart/poweroff. The difference
/Linux-v4.19/Documentation/misc-devices/
Dlis3lv02d39 small difference due to input system fuzziness feature.
45 sensing element is internally moved little bit. Selftest measures difference
50 measured difference between modes. Axes are not remapped in selftest mode.
/Linux-v4.19/Documentation/translations/it_IT/
Ddisclaimer-ita.rst5 If you find any difference between this document and the original file or a
/Linux-v4.19/Documentation/sound/hd-audio/
Ddp-mst.rst8 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-v4.19/arch/arm/boot/dts/
Darmada-388.dtsi9 * The main difference with the Armada 385 is that the 388 can handle two more
/Linux-v4.19/drivers/scsi/aacraid/
Dcommsup.c2458 long difference = HZ; in aac_command_thread() local
2481 && ((difference = next_check_jiffies - jiffies) <= 0)) { in aac_command_thread()
2484 difference = ((long)(unsigned)check_interval) in aac_command_thread()
2486 next_check_jiffies = jiffies + difference; in aac_command_thread()
2491 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread()
2507 difference = HZ + HZ / 2 - in aac_command_thread()
2519 difference = (long)(unsigned)update_interval*HZ; in aac_command_thread()
2521 next_jiffies = jiffies + difference; in aac_command_thread()
2523 difference = next_check_jiffies - jiffies; in aac_command_thread()
2525 if (difference <= 0) in aac_command_thread()
[all …]
/Linux-v4.19/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt5 If you find any difference between this document and the original file or
/Linux-v4.19/Documentation/timers/
Dtimers-howto.txt99 - What's the difference?
103 short, the difference is whether the sleep can be ended
/Linux-v4.19/Documentation/devicetree/bindings/leds/
Dleds-lm3692x.txt6 The main difference between the LM36922 and LM36923 is the number of

12345678