Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.c202 unsigned int computed; in lsdc_pixel_pll_compute() local
217 computed = refclk / div_ref * loopc / div_out; in lsdc_pixel_pll_compute()
219 if (clock >= computed) in lsdc_pixel_pll_compute()
220 diff = clock - computed; in lsdc_pixel_pll_compute()
222 diff = computed - clock; in lsdc_pixel_pll_compute()
/linux/tools/perf/
H A Dbuiltin-diff.c284 pair->diff.computed = true; in compute_delta()
293 pair->diff.computed = true; in compute_ratio()
303 pair->diff.computed = true; in compute_wdiff()
622 pair->diff.computed = true; in compute_cycles_diff()
1406 if (pair->diff.computed) in __hpp__color_compare()
1417 if (pair->diff.computed) in __hpp__color_compare()
1428 if (pair->diff.computed) in __hpp__color_compare()
1582 if (pair->diff.computed) in hpp__entry_pair()
1597 if (pair->diff.computed) in hpp__entry_pair()
1613 if (pair->diff.computed) in hpp__entry_pair()
/linux/tools/memory-model/Documentation/
H A Dglossary.txt7 Address Dependency: When the address of a later memory access is computed
18 In this case, because the address of "p->a" on line 3 is computed
55 of a value computed from a value returned by an earlier load,
88 Data Dependency: When the data written by a later store is computed based
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst104 IP header, from which modem computed checksum.
107 over which checksum is computed.
109 Checksum value, indicates the checksum computed.
/linux/tools/perf/Documentation/
H A Dperf-diff.txt114 overhead and 1 (default) means sorting by computed value of column 1
246 If specified the 'Delta' column is displayed with value 'd' computed as:
267 If specified the 'Ratio' column is displayed with value 'r' computed as:
279 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
H A Dperf-annotate.txt148 The local/global keywords set if the percentage is computed
150 The period/hits keywords set the base the percentage is computed
H A Dperf-stat.txt294 Only print computed metrics. Print them in a single line.
378 compute the threshold then the threshold is still computed and used to
379 color the metric's computed value.
437 couldn't be computed.
479 mispredictions and similar issues. Retiring means that the CPU computed without
H A Dperf-list.txt37 any extra expressions computed by perf stat.
318 When metrics are computed using formulas from event counts, it is useful to
/linux/Documentation/fb/
H A Dsa1100fb.rst17 16. LCCR values are display-specific and should be computed as
H A Dintel810.rst73 is enabled, this will be ignored and computed as 3*xres/4. (This
82 is specified, this will be computed against maximum available memory.
196 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values.
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt38 // FQ notices that this packet missed the 'time to send next packet' computed
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A DREADME29 computed checksum abd15e8a isize 0000190d
/linux/Documentation/hwmon/
H A Dk8temp.rst54 computed temperature called TControl, which must be lower than TControlMax.
H A Dg762.rst69 is performed to match that target value. The fan speed value is computed
/linux/Documentation/staging/
H A Dcrc32.rst9 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/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst52 relation with the OPP’s sustainable power and can be computed with a
96 computed.
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-meta.rst11 additional information. This may include statistics computed over the image,
H A Dvidioc-enum-frameintervals.rst87 rate can be computed as follows:
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-turris-omnia-mcu18 computed from the first one by incrementing it.
H A Dsysfs-driver-w1_therm76 return the temperature computed when the bulk read
/linux/arch/m68k/fpsp040/
H A 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
H A 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/arch/sparc/lib/
H A Dchecksum_32.S145 mov %o2, %o0 ! return computed csum
356 mov %g7, %o0 ! give em the computed checksum
/linux/Documentation/virt/
H A Dne_overview.rst73 Hash values are computed for the entire enclave image (EIF), the kernel and
/linux/Documentation/arch/x86/
H A Dtopology.rst312 The APIC ID and Package information is computed using the data from
319 computed using the `Maximum number of addressable IDs for logical

123