| /linux/tools/testing/selftests/timers/ |
| H A D | adjtick.c | 29 #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 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
|
| /linux/Documentation/ABI/testing/ |
| H A 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
|
| H A D | sysfs-class-rtc-rtc0-device-rtc_calibration | 12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
|
| /linux/include/uapi/linux/nfsd/ |
| H A D | stats.h | 15 /* thread usage wraps very million seconds (approx one fortnight) */
|
| /linux/include/linux/ |
| H A D | threads.h | 31 * A maximum of 4 million PIDs should be enough for a while.
|
| /linux/drivers/iio/adc/ |
| H A D | meson_saradc.c | 186 #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 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.
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A 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.
|
| /linux/Documentation/devicetree/bindings/iio/afe/ |
| H A D | temperature-transducer.yaml | 82 alpha is expressed in parts per million which can be micro-amps per
|
| /linux/arch/powerpc/mm/book3s32/ |
| H A D | mmu_context.c | 35 * hardware supports 24-bit VSIDs, and thus >1 million contexts,
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ptp.c | 34 * @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 D | st,sta350.txt | 96 million clock cycles to pass before shutting down.
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | nand_ecc.rst | 594 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 D | switch.rst | 45 means the resulting table could have more than a million entries and
|
| /linux/include/linux/netfilter/ |
| H A D | nf_conntrack_h323_asn1.h | 15 * 2. Fast. Decoding Netmeeting's Setup signal 1 million times on a PIII 866
|
| /linux/arch/mips/kernel/ |
| H A D | sync-r4k.c | 70 * measurement is done [we also insert a 10 million in check_counter_warp()
|
| /linux/block/ |
| H A D | blk-iocost.c | 213 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 D | bpf_cubic.c | 65 * cwnd < 1 million packets 326 * if the cwnd < 1 million packets !!! in bictcp_update()
|
| /linux/Documentation/bpf/ |
| H A D | bpf_design_QA.rst | 96 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 D | ixgbe_ptp.c | 444 * @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 D | README | 150 that during two million trials, the state specified in this litmus
|
| /linux/drivers/net/ethernet/cavium/common/ |
| H A D | cavium_ptp.c | 90 * @scaled_ppm: how much to adjust by, in parts per million, but with a
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.h | 114 * fanout to the Btree, we can support over 900 million directory blocks,
|
| /linux/drivers/rtc/ |
| H A D | rtc-ab8500.c | 213 * parts-per-million) is in the AB8500's range for RtcCalibration in ab8500_rtc_set_calibration()
|