Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v5.4/init/
Dcalibrate.c122 unsigned long estimate; in calibrate_delay_direct() local
126 estimate = (good_timer_sum/good_timer_count); in calibrate_delay_direct()
127 maxdiff = estimate >> 3; in calibrate_delay_direct()
131 return estimate; in calibrate_delay_direct()
136 if ((measured_times[max] - estimate) < in calibrate_delay_direct()
137 (estimate - measured_times[min])) { in calibrate_delay_direct()
/Linux-v5.4/arch/powerpc/lib/
Ddiv64.S32 addc r9,r4,r10 # rounding up (so the estimate cannot
40 2: mullw r10,r11,r4 # to get an estimate of the quotient,
41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
43 add r8,r8,r11 # and add the estimate to the accumulated
/Linux-v5.4/arch/powerpc/boot/
Ddiv64.S32 addc r9,r4,r10 # rounding up (so the estimate cannot
40 2: mullw r10,r11,r4 # to get an estimate of the quotient,
41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
43 add r8,r8,r11 # and add the estimate to the accumulated
/Linux-v5.4/arch/arc/lib/
Dstrcmp.S71 bic_s r2,r2,r0 ; get low estimate for r2 and get ...
73 or_s r3,r3,r0 ; ... high estimate r3 so that r2 > r3 will ...
/Linux-v5.4/Documentation/misc-devices/
Dbh1770glc.txt19 but ALS side results are used to estimate reliability of the proximity sensor.
26 8 bit. Driver supports only one channel. Driver uses ALS results to estimate
Dapds990x.txt105 _rough_ estimate about the distance.
/Linux-v5.4/drivers/thermal/qcom/
DKconfig21 real time die temperature if an ADC is present or an estimate of the
/Linux-v5.4/Documentation/ABI/obsolete/
Dsysfs-class-net-batman-adv32 estimate the throughput by itself.
/Linux-v5.4/drivers/gpu/drm/i915/
DKconfig.profile25 May be 0 to disable the initial spin. In practice, we estimate
/Linux-v5.4/drivers/devfreq/event/
DKconfig32 (Platform Performance Monitoring Unit) counters to estimate the
/Linux-v5.4/Documentation/media/kapi/
Ddtv-common.rst10 estimate signal strength and signal to noise measurements in dB.
/Linux-v5.4/Documentation/hwmon/
Dibmaem.rst32 is a register that displays an estimate of raw energy consumption since the
/Linux-v5.4/Documentation/driver-api/thermal/
Dpower_allocator.rst63 An estimate of the sustainable dissipatable power (in mW) should be
71 simply an estimate, and may be tuned to affect the aggressiveness of
136 an estimate, which is the reason for closed-loop control such as this.
/Linux-v5.4/net/netfilter/
Dnft_set_hash.c672 .estimate = nft_rhash_estimate,
695 .estimate = nft_hash_estimate,
715 .estimate = nft_hash_fast_estimate,
Dnft_set_bitmap.c301 .estimate = nft_bitmap_estimate,
Dnft_set_rbtree.c476 .estimate = nft_rbtree_estimate,
/Linux-v5.4/Documentation/sound/designs/
Dtimestamping.rst11 estimate with a delay. In the latter two cases, the low-level driver
15 provides a refined estimate with a delay.
75 audio_tstamp_config fields, thus get an estimate of the timestamp
Dcompress-offload.rst42 estimate reliably the duration of audio buffers when handling
/Linux-v5.4/Documentation/scheduler/
Dsched-energy.rst77 to capacity and utilization values, EAS is able to estimate how big/busy a
141 find_energy_efficient_cpu() uses compute_energy() to estimate what will be the
186 CPU1 and CPU3. Then it will estimate the energy of the system if P was
353 EAS uses the EM of a platform to estimate the impact of scheduling decisions on
397 in order to estimate their energy consumption. To do so, it is assumed that OPPs
/Linux-v5.4/Documentation/filesystems/
Dgfs2-glocks.txt210 srttvar - Variance estimate for srtt
212 srttvarb - Variance estimate for srttb
214 sirtvar - Variance estimate for sirt
/Linux-v5.4/Documentation/admin-guide/pm/
Dcpufreq.rst41 Typically, they are used along with algorithms to estimate the required CPU
60 Scaling governors implement algorithms to estimate the required CPU capacity.
403 given CPU as the CPU utilization estimate (see the *Per-entity load tracking*
443 In order to estimate the current CPU load, it measures the time elapsed between
446 time to the total CPU time is taken as an estimate of the load.
449 estimated for all of them and the greatest result is taken as the load estimate
536 hardware. That value can be used to estimate how the performance of the
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-uwb_rc143 This gives an estimate on a suitable PHY rate. Refer
/Linux-v5.4/Documentation/bpf/
Dprog_flow_dissector.rst113 used by ``eth_get_headlen`` to estimate length of all headers for GRO.
/Linux-v5.4/Documentation/admin-guide/mm/
Didle_page_tracking.rst52 That said, in order to estimate the amount of pages that are not used by a
/Linux-v5.4/include/net/netfilter/
Dnf_tables.h363 bool (*estimate)(const struct nft_set_desc *desc, member

12