Home
last modified time | relevance | path

Searched full:million (Results 1 – 25 of 64) sorted by relevance

123

/linux/tools/testing/selftests/timers/
H A Dadjtick.c29 #define MILLION 1000000 macro
106 eppm = (delta1*MILLION)/delta2 - MILLION; in get_ppm_drift()
130 ppm = ((long long)tickval * MILLION)/systick - MILLION; in check_tick_adj()
134 printf("%lld usec, %lld ppm", systick + (systick * eppm / MILLION), eppm); in check_tick_adj()
/linux/Documentation/userspace-api/media/drivers/
H A Dmax2175.rst52 - This configures FM band with a sample rate of 0.512 million
55 - This configures VHF band with a sample rate of 2.048 million
60 - This configures FM band with a sample rate of 0.7441875 million
63 - This configures FM band with a sample rate of 0.372 million
/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi57 expressed as part of 1 million. For example, this is useful for
81 of 1 million. This is useful in situations where we want to avoid
H A Dsysfs-class-rtc-rtc0-device-rtc_calibration12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
/linux/include/uapi/linux/nfsd/
H A Dstats.h15 /* thread usage wraps very million seconds (approx one fortnight) */
/linux/include/linux/
H A Dthreads.h31 * A maximum of 4 million PIDs should be enough for a while.
/linux/drivers/iio/adc/
H A Dmeson_saradc.c186 #define MILLION 1000000 macro
406 tmp = div_s64((s64)val * priv->calibscale, MILLION) + priv->calibbias; in meson_sar_adc_calib_val()
721 *val = priv->calibscale / MILLION; in meson_sar_adc_iio_info_read_raw()
722 *val2 = priv->calibscale % MILLION; in meson_sar_adc_iio_info_read_raw()
1171 priv->calibscale = div_s64((nominal1 - nominal0) * (s64)MILLION, in meson_sar_adc_calib()
1174 MILLION); in meson_sar_adc_calib()
1429 priv->calibscale = MILLION; in meson_sar_adc_probe()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c121 * @scaled_ppm: Desired frequency change in scaled parts per million
126 * Scaled parts per million is ppm with a 16-bit binary fractional field.
/linux/drivers/net/ethernet/intel/e1000e/
H A Dptp.c20 * @delta: Desired frequency chance in scaled parts per million
25 * Scaled parts per million is ppm but with a 16 bit binary fractional field.
/linux/Documentation/devicetree/bindings/iio/afe/
H A Dtemperature-transducer.yaml82 alpha is expressed in parts per million which can be micro-amps per
/linux/arch/powerpc/mm/book3s32/
H A Dmmu_context.c35 * hardware supports 24-bit VSIDs, and thus >1 million contexts,
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c34 * @scaled_ppm: Scaled parts per million adjustment from base.
36 * Scaled parts per million is ppm with a 16-bit binary fractional field.
/linux/Documentation/devicetree/bindings/sound/
H A Dst,sta350.txt96 million clock cycles to pass before shutting down.
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst594 linux code 1 million times, this took about 1 second on my system.
597 million iterations in order not to lose too much accuracy. This one
713 Ah well, pity this does not deliver more. Then again 10 million
716 million iterations. So basically I've improved the performance by a
/linux/Documentation/admin-guide/device-mapper/
H A Dswitch.rst45 means the resulting table could have more than a million entries and
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_asn1.h15 * 2. Fast. Decoding Netmeeting's Setup signal 1 million times on a PIII 866
/linux/arch/mips/kernel/
H A Dsync-r4k.c70 * measurement is done [we also insert a 10 million in check_counter_warp()
/linux/block/
H A Dblk-iocost.c213 MILLION = 1000000, enumerator
258 VRATE_MIN = VTIME_PER_USEC * VRATE_MIN_PPM / MILLION,
769 multi = max_t(u32, (MILLION - ppm) / 50000, 2); in ioc_refresh_period_us()
924 VTIME_PER_USEC, MILLION); in ioc_refresh_params_disk()
926 VTIME_PER_USEC, MILLION); in ioc_refresh_params_disk()
1617 DIV64_U64_ROUND_UP((u64)nr_missed[rw] * MILLION, in ioc_lat_stat()
2254 ppm_rthr = MILLION - ioc->params.qos[QOS_RPPM]; in ioc_timer_fn()
2255 ppm_wthr = MILLION - ioc->params.qos[QOS_WPPM]; in ioc_timer_fn()
2291 if ((ppm_rthr != MILLION || ppm_wthr != MILLION) && in ioc_timer_fn()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c65 * cwnd < 1 million packets
326 * if the cwnd < 1 million packets !!! in bictcp_update()
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst96 program analysis. Currently, that limit is set to 1 million.
98 of 1 million NOP instructions. There is a limit to the maximum number
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c444 * @scaled_ppm: scaled parts per million adjustment from base
449 * Scaled parts per million is ppm with a 16-bit binary fractional field.
485 * @scaled_ppm: scaled parts per million adjustment from base
490 * Scaled parts per million is ppm with a 16-bit binary fractional field.
/linux/tools/memory-model/
H A DREADME150 that during two million trials, the state specified in this litmus
/linux/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.c90 * @scaled_ppm: how much to adjust by, in parts per million, but with a
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h114 * fanout to the Btree, we can support over 900 million directory blocks,
/linux/drivers/rtc/
H A Drtc-ab8500.c213 * parts-per-million) is in the AB8500's range for RtcCalibration in ab8500_rtc_set_calibration()

123