Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/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("Error %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-4.4.14/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-4.4.14/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
Dlm7038 The LM74 and TMP121/TMP123 are very similar; main difference is 13-bit
41 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
Dsht2124 only 3 x 3 mm footprint and 1.1 mm height. The difference between the two
Df71882fg105 whole lot of a difference when modifying fan control settings. The only
106 important difference is that in RPM mode the 0-100% controls the fan speed
Dadm102551 100k pull-ups on the VID inputs". It doesn't make any difference for us.
Dadt741048 The difference between the ADT7310/ADT7320 and ADT7410/ADT7420 is the control
Dlm7825 There is almost no difference between the three supported chips. Functionally,
Dw83781d53 There is quite some difference between these chips, but they are similar
313 This is where there is a difference between AS99127F rev.1 and 2.
314 Remark: The difference is similar to the difference between
Dlm8325 other ADM1021 clones. The main difference between the LM83 and the LM84
Dadm102684 largest difference between current and tmin of the temperature sensors sets
/linux-4.4.14/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-4.4.14/drivers/md/
Ddm-kcopyd.c101 unsigned throttle, now, difference; in io_job_start() local
116 difference = now - t->last_jiffies; in io_job_start()
119 t->io_period += difference; in io_job_start()
120 t->total_period += difference; in io_job_start()
164 unsigned now, difference; in io_job_finish() local
167 difference = now - t->last_jiffies; in io_job_finish()
170 t->io_period += difference; in io_job_finish()
171 t->total_period += difference; in io_job_finish()
Ddm-stats.c491 unsigned long long now, difference; in dm_stat_round() local
499 difference = now - shared->stamp; in dm_stat_round()
500 if (!difference) in dm_stat_round()
506 p->io_ticks[READ] += difference; in dm_stat_round()
508 p->io_ticks[WRITE] += difference; in dm_stat_round()
510 p->io_ticks_total += difference; in dm_stat_round()
511 p->time_in_queue += (in_flight_read + in_flight_write) * difference; in dm_stat_round()
/linux-4.4.14/drivers/hid/
Dhid-roccat-kone.c301 int retval = 0, difference, old_profile; in kone_sysfs_write_settings() local
308 difference = memcmp(buf, &kone->settings, sizeof(struct kone_settings)); in kone_sysfs_write_settings()
309 if (difference) { in kone_sysfs_write_settings()
361 int retval = 0, difference; in kone_sysfs_write_profilex() local
370 difference = memcmp(buf, profile, sizeof(struct kone_profile)); in kone_sysfs_write_profilex()
371 if (difference) { in kone_sysfs_write_profilex()
/linux-4.4.14/drivers/scsi/aacraid/
Dcommsup.c1691 long difference = HZ; in aac_command_thread() local
1902 && ((difference = next_check_jiffies - jiffies) <= 0)) { in aac_command_thread()
1905 difference = ((long)(unsigned)check_interval) in aac_command_thread()
1907 next_check_jiffies = jiffies + difference; in aac_command_thread()
1912 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread()
1928 difference = (((1000000 - now.tv_usec) * HZ) in aac_command_thread()
1961 difference = (long)(unsigned)update_interval*HZ; in aac_command_thread()
1964 difference = 10 * HZ; in aac_command_thread()
1966 next_jiffies = jiffies + difference; in aac_command_thread()
1968 difference = next_check_jiffies - jiffies; in aac_command_thread()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dmsm-poweroff.txt4 Clearing that bit allows us to restart/poweroff. The difference
Dcharger-manager.txt29 -temp-diff : temperature difference to allow recharging
/linux-4.4.14/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.
Disl2900354 2: difference between diodes (l1 - l2, signed 15bit)
/linux-4.4.14/arch/x86/
DMakefile_32.cpu2 # 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-4.4.14/drivers/usb/class/
Dcdc-acm.c281 int difference; in acm_ctrl_irq() local
322 difference = acm->ctrlin ^ newctrl; in acm_ctrl_irq()
327 if (difference & ACM_CTRL_DSR) in acm_ctrl_irq()
329 if (difference & ACM_CTRL_BRK) in acm_ctrl_irq()
331 if (difference & ACM_CTRL_RI) in acm_ctrl_irq()
333 if (difference & ACM_CTRL_DCD) in acm_ctrl_irq()
335 if (difference & ACM_CTRL_FRAMING) in acm_ctrl_irq()
337 if (difference & ACM_CTRL_PARITY) in acm_ctrl_irq()
339 if (difference & ACM_CTRL_OVERRUN) in acm_ctrl_irq()
343 if (difference) in acm_ctrl_irq()
/linux-4.4.14/Documentation/ko_KR/
Dstable_api_nonsense.txt5 If you find any difference between this document and the original file or
DHOWTO4 If you find any difference between this document and the original file or
/linux-4.4.14/Documentation/timers/
Dtimers-howto.txt99 - What's the difference?
103 short, the difference is whether the sleep can be ended
/linux-4.4.14/include/linux/
Djbd2.h1395 int difference = (x - y); in tid_gt() local
1396 return (difference > 0); in tid_gt()
1401 int difference = (x - y); in tid_geq() local
1402 return (difference >= 0); in tid_geq()
/linux-4.4.14/drivers/regulator/
Dmax8998.c421 int difference, ret; in max8998_set_voltage_buck_time_sel() local
438 difference = (new_selector - old_selector) * desc->step / 1000; in max8998_set_voltage_buck_time_sel()
439 if (difference > 0) in max8998_set_voltage_buck_time_sel()
440 return DIV_ROUND_UP(difference, (val & 0x0f) + 1); in max8998_set_voltage_buck_time_sel()
/linux-4.4.14/Documentation/ja_JP/
Dstable_kernel_rules.txt5 If you find difference with original file or problem in translation,
Dstable_api_nonsense.txt5 If you find any difference between this document and the original file
DSubmitChecklist5 If you find any difference between this document and the original file
DHOWTO5 If you find any difference between this document and the original file
DSubmittingPatches5 If you find any difference between this document and the original file
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5422-cpus.dtsi7 * The only difference between EXYNOS5422 and EXYNOS5800 is cpu ordering. The
Darmada-388.dtsi41 * The main difference with the Armada 385 is that the 388 can handle two more
Dsun4i-a10-pcduino2.dts45 * LinkSprite pcDuino1 board. The only software visible difference
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.WINVIEW5 the main difference is that they have attached a programmable attenuator to 3
DSound-FAQ13 makes no difference). The bttv driver prints a line to the kernel
/linux-4.4.14/Documentation/blockdev/
Dmflash.txt10 Mflash and gflash are embedded flash drive. The only difference is mflash is
Dcciss.txt85 from putting the controller into "performant" mode. The difference is that
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dcpm.txt44 - If multiple range entries are used, the difference between the parent
/linux-4.4.14/tools/perf/Documentation/
Dintel-bts.txt9 notable difference is that Intel BTS has no timing information and as a
Dperf-diff.txt15 This command displays the performance difference amongst two or more perf.data
Dperf-kvm.txt42 'perf kvm diff' to displays the performance difference amongst two perf.data
Dintel-pt.txt371 The difference between full trace and snapshot from the kernel's perspective is
/linux-4.4.14/Documentation/w1/masters/
Domap-hdq24 difference between the HDQ and 1-wire mode is how the slave device responds to
/linux-4.4.14/Documentation/isdn/
DREADME.syncppp7 a patched pppd .. (I called it ipppd to show the difference)
DREADME.x25124 level driver. The main difference between x75i and x25dte/dce is that
/linux-4.4.14/arch/m68k/fpsp040/
Dx_fline.S44 subl #4,%a7 |4 accounts for 2-word difference
Dres_func.S1913 subw %d0,LOCAL_EX(%a0) |account for difference in denorm
/linux-4.4.14/Documentation/x86/x86_64/
Dfake-numa-for-cpusets56 Notice the difference between the system memory usage as reported by
Dmachinecheck65 Note this only makes a difference if the CPU allows recovery
/linux-4.4.14/Documentation/fb/
Dintel810.txt114 a 1 unit difference, and vice versa.
201 parameters. The main difference is that you need to include a Boolean value
Dintelfb.txt111 parameters. The main difference is that you need to include a Boolean value
Dsisfb.txt58 want to use). Using a "=" for a ":" (and vice versa) is a huge difference!
Dframebuffer.txt73 it and mmap() it (the main usage). The difference is just that the memory that
/linux-4.4.14/Documentation/networking/
Dtuntap.txt214 4. What is the difference between TUN driver and TAP driver?
220 5. What is the difference between BPF and TUN/TAP driver?
D6pack.txt120 The only difference is that the network device that represents
Dlapb-module.txt91 Link Procedure. The difference between DCE and DTE operation is (i) the
Dcxgb.txt309 CPUs will have a significant difference in performance measurements.
Dtimestamping.txt85 difference between this timestamp and one taken at
Darcnet-hardware.txt99 STAR network topologies. They are mostly the same. The only difference
157 difference is in cable and terminators: they should be 93 Ohm. Ethernet
332 difference on your card (many manuals call them "reserved"), but are
/linux-4.4.14/Documentation/accounting/
Ddelay-accounting.txt47 Taking the difference of two successive readings of a given
/linux-4.4.14/sound/
DKconfig46 The only visible difference is use of additional module aliases
/linux-4.4.14/Documentation/power/
Dpci.txt162 D0-D3 states (although the difference between D3hot and D3cold is not taken
750 The difference between suspend_noirq() and suspend() is that the driver's
785 The difference between freeze_noirq() and freeze() is analogous to the
786 difference between suspend_noirq() and suspend().
813 The difference between poweroff_noirq() and poweroff() is analogous to the
814 difference between suspend_noirq() and suspend().
849 difference between these two callbacks is that thaw_noirq() is executed after
874 For the vast majority of PCI device drivers there is no difference between
884 to resume_noirq(). Consequently, the difference between restore_noirq() and
885 restore() is analogous to the difference between resume_noirq() and resume().
[all …]
Dsuspend-and-interrupts.txt106 analogy with what they do in the full system suspend case. The only difference
Ddevices.txt506 above. The main difference is that its methods can assume the device is
535 respectively. The only notable difference is that they need not store the
591 The main difference from resume[_early|_noirq] is that restore[_early|_noirq]
596 this difference doesn't matter, so the resume[_early|_noirq] and
Dswsusp.txt168 Q: What is the difference between "platform" and "shutdown"?
/linux-4.4.14/Documentation/filesystems/
Dinotify.txt77 interfaces. The only real difference was whether we wanted to use open(2)
Dlogfs.txt119 indirect block pointers. One difference is that LogFS uses a single
124 Another difference is the addressing of indirect blocks. In LogFS,
Ddevpts.txt25 The only difference between this single-instance mode and the legacy mode
Dporting431 misusing it. Replacement: d_make_root(inode). The difference is,
Dxfs-self-describing-metadata.txt339 buffer code described above. The only difference is where they are called. For
Drelay.txt325 enough, data will be lost in either case; the only difference is
Dvfs.txt609 to free up memory (flush). The difference can be seen in
701 alternative to f_op->open(), the difference is that this method may open
Dxfs-delayed-logging-design.txt538 the difference in space required is removed from the transaction that causes
Dproc.txt389 as [stack] if that task sees it as a stack. This is a key difference from the
/linux-4.4.14/Documentation/vm/
Dactive_mm.txt19 difference is that an anonymous address space doesn't care about the
Dhugetlbpage.txt102 some nodes in a NUMA system, it will attempt to make up the difference by
Dtranshuge.txt307 support enabled just fine as always. No difference can be noted in
Dunevictable-lru.txt470 call. There is one important and subtle difference here, though. mmap() + mlock()
/linux-4.4.14/Documentation/
Dcrc32.txt15 the difference between adding and subtracting.
182 you start the same way on decoding, it doesn't make a difference.
DBUG-HUNTING130 that makes the difference.
Dkmemleak.txt10 with the difference that the orphan objects are not freed but only
Dparport.txt244 should not make a difference.
Dnommu-mmap.txt257 of support for shared mapped character devices. The main difference is that the
DManagementStyle55 It helps to realize that the key difference between a big decision and a
Dworkqueue.txt343 attribute, can use one of the system wq. There is no difference in
Ddma-buf-sharing.txt239 should not notice the difference between a normal object from that subsystem
Dkmemcheck.txt29 difference between memcheck and kmemcheck is that memcheck works for userspace
Dkprobes.txt51 Kprobes -- e.g., the difference between a pre_handler and
/linux-4.4.14/Documentation/arm/pxa/
Dmfp.txt94 PXA310 supporting some additional ones), thus the difference is actually
189 Due to the difference of pin-mux handling between PXA2xx and PXA3xx, a unified
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt109 The difference between these apis and cell based apis is that these apis always
/linux-4.4.14/drivers/mtd/ubi/
DKconfig18 This parameter defines the maximum difference between the highest
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt70 ratio (based on power reduction), and the error is the difference
248 Tests also show a minor, but measurable, difference between the 4P/8P
Dpower_allocator.txt130 The proportional term is proportional to the difference between the
/linux-4.4.14/Documentation/scsi/
Dhpsa.txt32 putting the controller into "performant" mode. The difference is that with simple
Din2000.txt138 to see what happens: my tests showed little difference either way.
Dscsi_eh.txt458 scmd doesn't make any difference.
DChangeLog.ncr53c8xx217 Disable overlapped arbitration. This will not make difference
DChangeLog.1992-19971587 * fdomain.c: Update to version 5.8. No functional difference???
/linux-4.4.14/Documentation/dvb/
Davermedia.txt18 One significant difference between Digital TV and Analogue TV
64 The significant difference between the two is that the tuner
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt8 notable difference from Open PIC binding is the addition of 2
/linux-4.4.14/Documentation/crypto/
Dapi-intro.txt41 meant to support all ciphers including stream ciphers. The difference
/linux-4.4.14/Documentation/device-mapper/
Dsnapshot.txt48 The difference between persistent and transient is with transient
/linux-4.4.14/arch/microblaze/
DKconfig240 page size to hold its contents and the difference between the
/linux-4.4.14/Documentation/i2c/
Dslave-interface34 them as described in the document 'instantiating-devices'. The only difference
Ddev-interface198 difference between these calls that came from user-space through i2c-dev
/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt117 and assign some or all of the difference to another group.
Dsched-deadline.txt167 for tardiness (defined as the maximum between 0 and the difference
361 A main difference between deadline bandwidth management and RT-throttling
/linux-4.4.14/Documentation/acpi/
Dmethod-tracing.txt183 Note that, the difference between the "enable" and other feature
/linux-4.4.14/Documentation/security/
Dkeys-request-key.txt46 The main difference between the access points is that the in-kernel interface
/linux-4.4.14/fs/squashfs/
DKconfig210 much more than three will probably not make much difference.
/linux-4.4.14/arch/sparc/mm/
Dhypersparc.S357 sub %o1, %o0, %o2 ! difference
/linux-4.4.14/Documentation/input/
Dmulti-touch-protocol.txt46 The main difference between the stateless type A protocol and the stateful
414 [1] Also, the difference (TOOL_X - POSITION_X) can be used to model tilt.
Dxpad.txt112 the controller device) with the only difference in a nonstandard connector
Dinput-programming.txt185 The mouse reports it as a relative difference from the last position,
Devent-codes.txt204 no special consequence. It is assumed that the time difference between two
Delantech.txt166 appears to be almost no difference, except for EF113, which does not report
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb103 difference, all descriptions from the entry
/linux-4.4.14/drivers/cpufreq/
DKconfig168 governor both in its source code and its purpose, the difference is
/linux-4.4.14/Documentation/sound/alsa/
Dhdspm.txt164 word-clock too. I never found a difference.
Dtimestamping.txt15 The difference (tstamp - trigger_tstamp) defines the elapsed time.
/linux-4.4.14/Documentation/usb/
Dgadget_configfs.txt296 The difference between an item and a group is that a group can contain
Dmass-storage.txt199 based on the File Storage Gadget. The difference between the two is
Dpower-management.txt138 and replaced by the "autosuspend_delay_ms" file. The only difference
386 their non-async counterparts. The big difference is that they
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt140 difference is that in debug-mode there's a different stack and a different
/linux-4.4.14/Documentation/cpu-freq/
Dgovernors.txt261 What's the difference between these two functions? When your governor
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dsamsung-pinctrl.txt100 The difference between the two is that the external wakeup interrupts can be
/linux-4.4.14/scripts/
Dspelling.txt345 differrence||difference
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt391 identical to index cookie acquisition. The only difference is that the type in
406 difference is that the type in the object definition should be something other
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt424 difference is that there are only two registers to set before accessing
/linux-4.4.14/Documentation/video4linux/
Dvideobuf194 amount actually read; the difference is that videobuf_read_one() will only
Dv4l2-framework.txt694 difference is that the inode argument is omitted since it is never used.
Dvivid.txt287 The only difference between the TV and S-Video input is that the TV has a
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt652 difference to only once), but you can give as many switches as you
659 video extension. The difference to the bare option is that the
/linux-4.4.14/arch/x86/math-emu/
DREADME153 The emulator supports 16-bit protected mode, with one difference from
/linux-4.4.14/kernel/trace/
DKconfig343 calls in the kernel. The difference between this and the
/linux-4.4.14/Documentation/RCU/
Dtrace.txt320 into a kthread. The number in parentheses is the difference
/linux-4.4.14/Documentation/PCI/
Dpci.txt382 The fundamental difference between MSI and MSI-X is how multiple
/linux-4.4.14/Documentation/trace/
Dftrace.txt589 that were written. The difference is the number of entries that were
697 The marks are determined by the difference between this
979 interrupts. The difference between the 16 and the displayed
/linux-4.4.14/arch/powerpc/
DKconfig545 page size to hold its contents and the difference between the
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt198 Another difference, which is important for implementation, is that, unlike
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt321 The difference is that the subdir- variants have effect for the kbuild
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S15902 cmp.w %d0,L_SCR1(%a6) # is difference >= len(mantissa)+2?
15938 cmp.w %d0,2+L_SCR1(%a6) # is difference >= len(mantissa)+2?
15977 # of the difference between the original and new exponent. Then, #
16104 # of the difference between the original and new exponent. Then, #
/linux-4.4.14/drivers/rtc/
DKconfig65 The RTC device used for NTP synchronization. The main difference
/linux-4.4.14/lib/
DKconfig.debug508 difference being that the orphan objects are not freed but
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS1332 too. The only major difference between the PCMxx and other MAD16 cards
/linux-4.4.14/Documentation/s390/
DDebugging390.txt685 the only other difference you'll find between 32 & 64 bit is that
/linux-4.4.14/
DCREDITS1545 D: bug toaster (A1 sauce makes all the difference)