Home
last modified time | relevance | path

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

1234

/linux-6.14.4/tools/testing/selftests/timers/
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-6.14.4/Documentation/userspace-api/media/drivers/
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-6.14.4/include/linux/
Dptp_clock_kernel.h79 * nominal frequency in parts per million, but with a
233 * @ppm: Parts per million, but with a 16 bit binary fractional field
239 * million, but with a 16 bit binary fractional field. in scaled_ppm_to_ppb()
259 * @scaled_ppm: scaled parts per million to adjust by
263 * per million.
285 * adjust_by_scaled_ppm - Adjust a base increment by scaled parts per million
287 * @scaled_ppm: scaled parts per million frequency adjustment
290 * requested scaled parts per million adjustment.
Dthreads.h31 * A maximum of 4 million PIDs should be enough for a while.
/linux-6.14.4/drivers/net/ethernet/pensando/ionic/
Dionic.h26 #define SCALED_PPM (1000000ull << 16) /* 2^16 million parts per 2^16 million */
/linux-6.14.4/Documentation/ABI/testing/
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
Dsysfs-class-rtc-rtc0-device-rtc_calibration12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
/linux-6.14.4/Documentation/locking/
Drobust-futexes.rst152 million (!) held locks, using the new method [on a 2GHz CPU]:
159 msecs - clearly slower, due to the 1 million FUTEX_WAKE syscalls
162 (1 million held locks are unheard of - we expect at most a handful of
/linux-6.14.4/include/uapi/linux/nfsd/
Dstats.h15 /* thread usage wraps very million seconds (approx one fortnight) */
/linux-6.14.4/arch/x86/math-emu/
DREADME312 million. The group of three columns gives the frequency of the given
313 accuracy in number of times per million, thus the second of these
315 found at a rate of 133 times per one million measurements for fsin.
351 was obtained per one million arguments. For three of the instructions,
/linux-6.14.4/drivers/iio/adc/
Dmeson_saradc.c181 #define MILLION 1000000 macro
400 tmp = div_s64((s64)val * priv->calibscale, MILLION) + priv->calibbias; in meson_sar_adc_calib_val()
715 *val = priv->calibscale / MILLION; in meson_sar_adc_iio_info_read_raw()
716 *val2 = priv->calibscale % MILLION; in meson_sar_adc_iio_info_read_raw()
1153 priv->calibscale = div_s64((nominal1 - nominal0) * (s64)MILLION, in meson_sar_adc_calib()
1156 MILLION); in meson_sar_adc_calib()
1384 priv->calibscale = MILLION; in meson_sar_adc_probe()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx4/
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-6.14.4/drivers/net/ethernet/intel/e1000e/
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-6.14.4/tools/perf/Documentation/
Ditrace.txt57 skips the first million instructions.
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ptp.c17 * @scaled_ppm: desired period change in scaled parts per million
21 * Scaled parts per million is ppm with a 16-bit binary fractional field.
/linux-6.14.4/Documentation/devicetree/bindings/iio/afe/
Dtemperature-transducer.yaml82 alpha is expressed in parts per million which can be micro-amps per
/linux-6.14.4/arch/powerpc/mm/book3s32/
Dmmu_context.c35 * hardware supports 24-bit VSIDs, and thus >1 million contexts,
/linux-6.14.4/kernel/time/
DKconfig209 per million. If the clocksource is good enough for NTP,
/linux-6.14.4/drivers/net/ethernet/qlogic/qede/
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-6.14.4/Documentation/devicetree/bindings/sound/
Dst,sta350.txt96 million clock cycles to pass before shutting down.
/linux-6.14.4/Documentation/driver-api/mtd/
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-6.14.4/include/linux/netfilter/
Dnf_conntrack_h323_asn1.h15 * 2. Fast. Decoding Netmeeting's Setup signal 1 million times on a PIII 866
/linux-6.14.4/Documentation/admin-guide/device-mapper/
Dswitch.rst45 means the resulting table could have more than a million entries and
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h22 #define Q_SIZE_1M 8ULL /* Million entries */
/linux-6.14.4/Documentation/usb/
DCREDITS65 will sell keyboards to some of the 3 million (at least)

1234