/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 115 unsigned int computed; in mga_g200se_set_plls() local 138 computed = (pllreffreq * testn) / in mga_g200se_set_plls() 140 if (computed > clock) in mga_g200se_set_plls() 141 tmpdelta = computed - clock; in mga_g200se_set_plls() 143 tmpdelta = clock - computed; in mga_g200se_set_plls() 180 computed = (pllreffreq * testn) / in mga_g200se_set_plls() 182 if (computed > clock) in mga_g200se_set_plls() 183 tmpdelta = computed - clock; in mga_g200se_set_plls() 185 tmpdelta = clock - computed; in mga_g200se_set_plls() 226 unsigned int computed; in mga_g200wb_set_plls() local [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-diff.c | 233 pair->diff.computed = true; in compute_delta() 242 pair->diff.computed = true; in compute_ratio() 252 pair->diff.computed = true; in compute_wdiff() 876 if (pair->diff.computed) in __hpp__color_compare() 887 if (pair->diff.computed) in __hpp__color_compare() 898 if (pair->diff.computed) in __hpp__color_compare() 959 if (pair->diff.computed) in hpp__entry_pair() 974 if (pair->diff.computed) in hpp__entry_pair() 990 if (pair->diff.computed) in hpp__entry_pair()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 169 If specified the 'Delta' column is displayed with value 'd' computed as: 186 If specified the 'Ratio' column is displayed with value 'r' computed as: 198 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
|
/linux-4.4.14/Documentation/fb/ |
D | sa1100fb.txt | 18 16. LCCR values are display-specific and should be computed as
|
D | intel810.txt | 67 is enabled, this will be ignored and computed as 3*xres/4. (This 76 is specified, this will be computed against maximum available memory. 189 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values.
|
D | api.txt | 270 length fields. Offset are computed from the right.
|
D | matroxfb.txt | 268 `maxclk', `fh' and `fv'. In this case, `pixclock' is computed so that
|
/linux-4.4.14/tools/perf/util/ |
D | sort.h | 61 bool computed; member
|
/linux-4.4.14/Documentation/hwmon/ |
D | k8temp | 47 computed temperature called TControl, which must be lower than TControlMax.
|
D | g762 | 60 is performed to match that target value. The fan speed value is computed
|
D | pc87360 | 79 For the curious, here is how the values above were computed:
|
D | lm90 | 248 When reading a register value, the PEC byte is computed and sent by the
|
/linux-4.4.14/Documentation/ |
D | crc32.txt | 7 remainder computed on the message+CRC is 0. This latter approach 23 Note that a CRC is computed over a string of *bits*, so you have 135 must be completed before the index of the next can be computed.
|
D | module-signing.txt | 239 container. Thus they MAY NOT be stripped once the signature is computed and
|
D | kernel-parameters.txt | 2519 steal time is computed, but won't influence scheduler
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 39 by masking out the low order seven bits of the computed hash for the 122 or will be computed in the stack. Capable hardware can pass the hash in 124 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in 130 an index into the list is computed from the flow hash modulo the size 268 is computed as head counter + queue length. In other words, the counter 382 transmit queues, is computed and maintained for each network device.
|
D | 6pack.txt | 23 algorithms as everything is computed in the PC. It would even be possible
|
D | timestamping.txt | 88 processing, if any, can be computed by subtracting a userspace
|
D | z8530drv.txt | 568 can be computed as follows to create restricted groups:
|
D | bonding.txt | 628 distributed according to the current load (computed
|
/linux-4.4.14/arch/c6x/lib/ |
D | divremu.S | 28 ;; in A4. The top bit of the quotient is computed first and is
|
D | divu.S | 45 ;; in A4. The top bit of the quotient is computed first and is
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | bindec.S | 49 | If LEN is computed to be greater than 17, set OPERR in 282 | If LEN is computed to be greater than 17, set OPERR in 657 | 10^LEN-1 is computed for this test and A14. If the input was
|
D | ssin.S | 68 | sin(r) and cos(r) are computed as odd and even polynomials 73 | sin(r) and cos(r) are computed as odd and even polynomials
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 47 computed while iterating over this sched domain's groups.
|
D | sched-deadline.txt | 239 slightly simplified here (for example, Dhall more correctly computed
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 533 u32 read, computed; in o2hb_verify_crc() local 536 computed = o2hb_compute_block_crc_le(reg, hb_block); in o2hb_verify_crc() 538 return read == computed; in o2hb_verify_crc()
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 142 mov %o2, %o0 ! return computed csum 384 mov %g7, %o0 ! give em the computed checksum
|
/linux-4.4.14/Documentation/RCU/ |
D | listRCU.txt | 18 Therefore, once the route has been computed, there is no need to hold
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 158 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
|
D | sha512-avx-asm.S | 164 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 129 time_slice is computed using the below equation:-
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 538 Re-calibrating this computation may actually cause time, as computed after the 539 calibration, to go backwards, compared with time computed before the
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 49 the ABS_MT_TRACKING_ID, either provided by the hardware or computed from
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 172 5. Scheduler statistics for adaptive-tick CPUs may be computed
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 540 state is computed by the bridge layer and should be propagated to switch
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 2179 * the base address of the location to store the computed
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 211 A computed peak value based on the sum squared magnitude of
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 4962 # sin(r) and cos(r) are computed as odd and even # 4967 # sin(r) and cos(r) are computed as odd and even #
|
D | fpsp.S | 7087 # computed as #
|