| /kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
| D | adjtick.c | 33 #define MILLION 1000000 macro 110 eppm = (delta1*MILLION)/delta2 - MILLION; in get_ppm_drift() 134 ppm = ((long long)tickval * MILLION)/systick - MILLION; in check_tick_adj() 138 printf("%lld usec, %lld ppm", systick + (systick * eppm / MILLION), eppm); in check_tick_adj()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
| D | adjtick.c | 33 #define MILLION 1000000 macro 110 eppm = (delta1*MILLION)/delta2 - MILLION; in get_ppm_drift() 134 ppm = ((long long)tickval * MILLION)/systick - MILLION; in check_tick_adj() 138 printf("%lld usec, %lld ppm", systick + (systick * eppm / MILLION), eppm); in check_tick_adj()
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/drivers/ |
| D | max2175.rst | 52 - 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
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/ |
| D | max2175.rst | 52 - 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
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | ptp_clock_kernel.h | 77 * nominal frequency in parts per million, but with a 228 * @ppm: Parts per million, but with a 16 bit binary fractional field 234 * million, but with a 16 bit binary fractional field. in scaled_ppm_to_ppb() 254 * @scaled_ppm: scaled parts per million to adjust by 258 * per million. 280 * adjust_by_scaled_ppm - Adjust a base increment by scaled parts per million 282 * @scaled_ppm: scaled parts per million frequency adjustment 285 * requested scaled parts per million adjustment.
|
| D | threads.h | 31 * A maximum of 4 million PIDs should be enough for a while.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
| D | ionic.h | 26 #define SCALED_PPM (1000000ull << 16) /* 2^16 million parts per 2^16 million */
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-bdi | 57 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
|
| D | sysfs-class-rtc-rtc0-device-rtc_calibration | 12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
|
| /kernel/linux/linux-6.6/include/uapi/linux/nfsd/ |
| D | stats.h | 15 /* thread usage wraps very million seconds (approx one fortnight) */
|
| /kernel/linux/linux-5.10/include/uapi/linux/nfsd/ |
| D | stats.h | 15 /* thread usage wraps very million seconds (approx one fortnight) */
|
| /kernel/linux/linux-6.6/Documentation/locking/ |
| D | robust-futexes.rst | 152 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
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | robust-futexes.rst | 152 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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-rtc-rtc0-device-rtc_calibration | 12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | meson_saradc.c | 176 #define MILLION 1000000 macro 317 tmp = div_s64((s64)val * priv->calibscale, MILLION) + priv->calibbias; in meson_sar_adc_calib_val() 635 *val = priv->calibscale / MILLION; in meson_sar_adc_iio_info_read_raw() 636 *val2 = priv->calibscale % MILLION; in meson_sar_adc_iio_info_read_raw() 1056 priv->calibscale = div_s64((nominal1 - nominal0) * (s64)MILLION, in meson_sar_adc_calib() 1059 MILLION); in meson_sar_adc_calib() 1271 priv->calibscale = MILLION; in meson_sar_adc_probe()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | threads.h | 31 * A maximum of 4 million PIDs should be enough for a while.
|
| D | ptp_clock_kernel.h | 59 * nominal frequency in parts per million, but with a 222 * @ppm: Parts per million, but with a 16 bit binary fractional field
|
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| D | README | 312 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,
|
| /kernel/linux/linux-6.6/arch/x86/math-emu/ |
| D | README | 312 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,
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | meson_saradc.c | 181 #define MILLION 1000000 macro 402 tmp = div_s64((s64)val * priv->calibscale, MILLION) + priv->calibbias; in meson_sar_adc_calib_val() 722 *val = priv->calibscale / MILLION; in meson_sar_adc_iio_info_read_raw() 723 *val2 = priv->calibscale % MILLION; in meson_sar_adc_iio_info_read_raw() 1167 priv->calibscale = div_s64((nominal1 - nominal0) * (s64)MILLION, in meson_sar_adc_calib() 1170 MILLION); in meson_sar_adc_calib() 1408 priv->calibscale = MILLION; in meson_sar_adc_probe()
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | itrace.txt | 50 skips the first million instructions.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_clock.c | 121 * @scaled_ppm: Desired frequency change in scaled parts per million 126 * Scaled parts per million is ppm with a 16-bit binary fractional field.
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | itrace.txt | 56 skips the first million instructions.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
| D | ptp.c | 20 * @delta: Desired frequency chance in scaled parts per million 25 * Scaled parts per million is ppm but with a 16 bit binary fractional field.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_ptp.c | 18 * @scaled_ppm: desired period change in scaled parts per million 22 * Scaled parts per million is ppm with a 16-bit binary fractional field.
|