/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 88 --compute:: 102 Specify compute sorting column number. 134 baseline/A compute/B compute/C samples 145 baseline/B compute/A compute/C samples 156 baseline/C compute/B compute/A samples
|
/linux-4.4.14/arch/xtensa/lib/ |
D | strncpy_user.S | 103 sub a2, a11, a2 # compute strlen 158 sub a2, a11, a2 # compute strlen 165 sub a2, a11, a2 # compute strlen 173 sub a2, a11, a2 # compute strlen 183 sub a2, a11, a2 # compute strlen 209 sub a2, a11, a2 # compute strlen
|
D | strnlen_user.S | 106 sub a2, a4, a2 # compute length
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-designware.txt | 18 This value which is by default 300ns is used to compute the tLOW period. 21 This value which is by default 300ns is used to compute the tHIGH period.
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | atmel-wdt.txt | 16 compute the WDV field. 19 It is used to compute the WDD field.
|
/linux-4.4.14/tools/perf/ |
D | builtin-diff.c | 85 static int compute; variable 166 if (compute == COMPUTE_WEIGHTED_DIFF) in setup_compute_opt() 299 switch (compute) { in formula_fprintf() 473 switch (compute) { in hists__precompute() 789 OPT_CALLBACK('c', "compute", &compute, 1156 data__hpp_register(d, i ? compute_2_hpp[compute] : in ui_init() 1197 switch (compute) { in ui_init()
|
/linux-4.4.14/Documentation/hwmon/ |
D | vt1211 | 76 via compute lines in sensors.conf, like: 78 compute inx @*(1+R1/R2), @/(1+R1/R2) 122 compute temp1 (@-Offset)/Gain, (@*Gain)+Offset 154 compute tempx 1 / (1 / 298.15 - (` (2200 / @ - 1)) / 3435) - 273.15,
|
D | adt7475 | 105 channels. As a result, the ADT747x may compute more than one PWM value
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm2835.txt | 31 compatible = "raspberrypi,compute-module", "brcm,bcm2835";
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio-frequency-adf4350 | 8 that is used to compute the various dividers, is able to
|
D | configfs-usb-gadget-uvc | 143 bMatrixCoefficients - matrix used to compute luma and
|
D | sysfs-bus-iio | 385 to compute the stride length, distance, speed and activity 405 to compute the stride length, distance, speed and activity 413 to compute the calories burnt by the user. 1277 Number of seconds in which to compute speed. 1354 Specifies number of seconds in which we compute the steps
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | stwotox.S | 35 | Go to expr to compute that expression. 51 | Go to expr to compute that expression.
|
D | bindec.S | 674 fmuls FTEN,%fp2 |compute 10^LEN 677 fmuls FTEN,%fp2 |compute 10^LEN
|
D | slogn.S | 46 | of the algorithm for LOGN and compute log(1+X) as
|
D | ssin.S | 489 |--Then, we need to compute A := R-P and a := r-p
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 16 of disabled LAPICs to compute the maximum number of future CPUs.
|
/linux-4.4.14/arch/c6x/lib/ |
D | mpyll.S | 23 ;; First compute partial results using 32-bit parts of x and y:
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha256-ssse3-asm.S | 148 ## compute s0 four at a time and s1 two at a time 149 ## compute W[-16] + W[-7] 4 at a time 166 ## compute s0 223 ## compute low s1 267 ## compute high s1
|
D | sha256-avx-asm.S | 155 ## compute s0 four at a time and s1 two at a time 156 ## compute W[-16] + W[-7] 4 at a time 172 ## compute s0 224 ## compute low s1 265 ## compute high s1
|
D | sha1_ssse3_asm.S | 303 .set i, ((\r) % 80) # pre-compute for the next iteration
|
D | aesni-intel_avx-x86_64.S | 248 # To compute GH = GH*HashKey mod poly, give HK = HashKey<<1 mod poly as input 1540 # To compute GH = GH*HashKey mod poly, give HK = HashKey<<1 mod poly as input
|
/linux-4.4.14/arch/h8300/lib/ |
D | udivsi3.S | 66 mulxu.w r0,er2 ; compute er3 = remainder (tentative)
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 78 -- Explicit because easier to compute digest on
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | checksum.S | 16 ;; we also do _NOT_ want to compute a checksum over more than the
|
D | checksumcopy.S | 20 ;; we also do _NOT_ want to compute a checksum over more than the
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 589 .compute = matroxfb_g450_compute, 599 .compute = g450_dvi_compute,
|
D | matroxfb_crtc2.c | 360 if (minfo->outputs[out].output->compute) { in matroxfb_dh_set_par() 361 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_dh_set_par()
|
D | matroxfb_base.h | 299 int (*compute)(void* altout_dev, struct my_timming* input); member
|
D | matroxfb_DAC1064.c | 510 .compute = m1064_compute, 528 .compute = g450_compute,
|
D | matroxfb_maven.c | 1191 .compute = maven_out_compute,
|
D | matroxfb_base.c | 802 minfo->outputs[out].output->compute) { in matroxfb_set_par() 803 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_set_par()
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 113 bool "Enable seccomp to safely compute untrusted bytecode" 118 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/drivers/md/ |
D | raid5.h | 266 int to_fill, compute, req_compute, non_overwrite; member
|
D | raid5.c | 4054 s->compute++; in analyse_stripe() 4055 BUG_ON(s->compute > 2); in analyse_stripe() 4446 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()
|
/linux-4.4.14/arch/parisc/ |
D | Kconfig | 330 prompt "Enable seccomp to safely compute untrusted bytecode" 333 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/arch/sparc/kernel/ |
D | wof.S | 102 andn %twin_tmp, %glob_tmp, %twin_tmp ! compute new uwinmask
|
D | etrap_32.S | 203 srl %t_wim, 0x1, %g2 ! compute new %wim
|
D | entry.S | 1276 sll %o3, 7, %o3 ! compute next wim
|
/linux-4.4.14/Documentation/networking/ |
D | tcp.txt | 95 off immediately if possible, but otherwise queue and compute the body
|
D | decnet.txt | 84 FTP sites called dn2ethaddr which can compute the correct ethernet
|
D | scaling.txt | 387 queues match, one is selected by using the flow hash to compute an index
|
D | ip-sysctl.txt | 343 changed would be a Beowulf compute cluster.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 52 compute the percentage of time that a device has been active.
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 226 bool "Enable seccomp to safely compute untrusted bytecode" 230 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 170 * To compute the interrupt specifier interrupt number
|
/linux-4.4.14/Documentation/device-mapper/ |
D | verity.txt | 160 A command line tool veritysetup is available to compute or verify
|
/linux-4.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 7 or deciding where to place the workload within a compute cluster.
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 237 bool "Enable seccomp to safely compute untrusted bytecode" 242 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 415 ADD dst, t0 # compute start address in a1
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 653 bool "Enable seccomp to safely compute untrusted bytecode" 657 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 228 the same kind of compute, but with different efficiency. For example,
|
/linux-4.4.14/arch/mips/lib/ |
D | memcpy.S | 570 ADD dst, t0 # compute start address in a1
|
D | csum_partial.S | 791 ADD dst, t0 # compute start address in a1
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 695 prompt "Enable seccomp to safely compute untrusted bytecode" 699 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 58 ## code to compute oct SHA1 using SSE-256
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 547 bool "Enable seccomp to safely compute untrusted bytecode" 550 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 186 can compute the total percentage of the time for which the
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 57 is somewhat heavy to compute in software. Benchmarks found that
|
D | cfq-iosched.txt | 51 This parameter is used to compute the cost of backward seeking. If the
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 151 * to compute the request service time.
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 184 - cpuset.memory_pressure_enabled flag: compute memory_pressure? 273 systems that enable this feature will compute the metric. 451 code might waste some compute cycles considering that possibility.
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 685 bool "Enable seccomp to safely compute untrusted bytecode" 690 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 125 srl %g1, 1, %o4 ! compute offset
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 344 this section gives recipes for how to compute certain events.
|
/linux-4.4.14/Documentation/ |
D | cpu-hotplug.txt | 25 partitioning support, where compute resources of a single CPU could be made
|
D | vfio.txt | 22 and compute accelerators. Prior to VFIO, these drivers had to either
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 261 does not compute them directly; two operations are required.
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 99 performance. his code takes 26 sparc instructions to compute one
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 708 # compute 2's complement of the unsigned number:
|
D | fplsp.S | 5573 #--Then, we need to compute A := R-P and a := r-p 8004 # in Step 2 of the algorithm for LOGN and compute # 8841 # Go to expr to compute that expression. # 8857 # Go to expr to compute that expression. #
|
D | fpsp.S | 6110 #--Then, we need to compute A := R-P and a := r-p 13951 # compute a result. Check if the regular operands would have taken # 14292 # compute a result. Check if the regular operands would have taken #
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 179 useful for many types of real-time and compute-intensive applications.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 95 An operating system scheduler may need to compute the shortest wake-up delay
|
/linux-4.4.14/mm/ |
D | Kconfig | 648 within a compute cluster.
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 189 compute cluster-local or remote. Remote clients have
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 563 algorithm, which uses a mixed loss/delay approach to compute the
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 212 mathematical details and explain how to compute h(t) and L.
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1785 prompt "Enable seccomp to safely compute untrusted bytecode" 1788 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2683 bool "Enable seccomp to safely compute untrusted bytecode" 2688 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 427 of kilobytes free. The VM uses this number to compute a
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1726 prompt "Enable seccomp to safely compute untrusted bytecode" 1729 that may need to compute untrusted bytecode during their
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 640 You can use this target to compute and fill in the checksum in
|