Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c109 unsigned int computed; in mga_g200se_set_plls() local
132 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
134 if (computed > clock) in mga_g200se_set_plls()
135 tmpdelta = computed - clock; in mga_g200se_set_plls()
137 tmpdelta = clock - computed; in mga_g200se_set_plls()
174 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
176 if (computed > clock) in mga_g200se_set_plls()
177 tmpdelta = computed - clock; in mga_g200se_set_plls()
179 tmpdelta = clock - computed; in mga_g200se_set_plls()
228 unsigned int computed; in mga_g200wb_set_plls() local
[all …]
/Linux-v4.19/tools/perf/
Dbuiltin-diff.c245 pair->diff.computed = true; in compute_delta()
254 pair->diff.computed = true; in compute_ratio()
264 pair->diff.computed = true; in compute_wdiff()
907 if (pair->diff.computed) in __hpp__color_compare()
918 if (pair->diff.computed) in __hpp__color_compare()
929 if (pair->diff.computed) in __hpp__color_compare()
991 if (pair->diff.computed) in hpp__entry_pair()
1006 if (pair->diff.computed) in hpp__entry_pair()
1022 if (pair->diff.computed) in hpp__entry_pair()
/Linux-v4.19/tools/perf/Documentation/
Dperf-diff.txt108 overhead and 1 (default) means sorting by computed value of column 1
178 If specified the 'Delta' column is displayed with value 'd' computed as:
199 If specified the 'Ratio' column is displayed with value 'r' computed as:
211 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
Dperf-annotate.txt125 The local/global keywords set if the percentage is computed
127 The period/hits keywords set the base the percentage is computed
Dperf-list.txt37 any extra expressions computed by perf stat.
211 When metrics are computed using formulas from event counts, it is useful to
Dperf-stat.txt190 Only print computed metrics. Print them in a single line.
262 mispredictions and similar issues. Retiring means that the CPU computed without
/Linux-v4.19/Documentation/fb/
Dsa1100fb.txt18 16. LCCR values are display-specific and should be computed as
Dintel810.txt67 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.
/Linux-v4.19/Documentation/driver-api/soundwire/
Dstream.rst220 are computed based on current stream as well as already active
225 computed for the current as well as already active stream based on frame
226 shape and clock frequency computed in step 1.
257 (1) All the values computed in SDW_STREAM_PREPARED state are programmed
/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-meta.rst10 additional information. This may include statistics computed over the image
Dvidioc-enum-fmt.rst79 computed by the v4l2_fourcc() macro:
Dvidioc-enum-frameintervals.rst88 rate can be computed as follows:
/Linux-v4.19/Documentation/hwmon/
Dk8temp47 computed temperature called TControl, which must be lower than TControlMax.
Dg76260 is performed to match that target value. The fan speed value is computed
/Linux-v4.19/Documentation/
Dcrc32.txt9 remainder computed on the message+CRC is 0. This latter approach
26 Note that a CRC is computed over a string of *bits*, so you have
142 must be completed before the index of the next can be computed.
/Linux-v4.19/tools/perf/util/
Dsort.h65 bool computed; member
/Linux-v4.19/arch/c6x/lib/
Ddivremu.S28 ;; in A4. The top bit of the quotient is computed first and is
Ddivu.S45 ;; in A4. The top bit of the quotient is computed first and is
/Linux-v4.19/Documentation/networking/
Dscaling.txt39 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
408 queues, is computed and maintained for each network device. When
Dchecksum-offloads.txt96 constructing an IPv6 GRE header; the GRE checksum is computed over the
/Linux-v4.19/arch/m68k/fpsp040/
Dbindec.S49 | 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
Dssin.S68 | 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-v4.19/Documentation/scheduler/
Dsched-domains.txt47 computed while iterating over this sched domain's groups.
/Linux-v4.19/arch/sparc/lib/
Dchecksum_32.S145 mov %o2, %o0 ! return computed csum
388 mov %g7, %o0 ! give em the computed checksum
/Linux-v4.19/fs/ocfs2/cluster/
Dheartbeat.c675 u32 read, computed; in o2hb_verify_crc() local
678 computed = o2hb_compute_block_crc_le(reg, hb_block); in o2hb_verify_crc()
680 return read == computed; in o2hb_verify_crc()

123