/Linux-v6.1/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()
|
/Linux-v6.1/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
|
/Linux-v6.1/drivers/net/ethernet/pensando/ionic/ |
D | ionic.h | 26 #define SCALED_PPM (1000000ull << 16) /* 2^16 million parts per 2^16 million */
|
/Linux-v6.1/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
|
/Linux-v6.1/include/uapi/linux/nfsd/ |
D | stats.h | 15 /* thread usage wraps very million seconds (approx one fortnight) */
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
|
/Linux-v6.1/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() 626 *val = priv->calibscale / MILLION; in meson_sar_adc_iio_info_read_raw() 627 *val2 = priv->calibscale % MILLION; in meson_sar_adc_iio_info_read_raw() 1031 priv->calibscale = div_s64((nominal1 - nominal0) * (s64)MILLION, in meson_sar_adc_calib() 1034 MILLION); in meson_sar_adc_calib() 1231 priv->calibscale = MILLION; in meson_sar_adc_probe()
|
/Linux-v6.1/include/linux/ |
D | ptp_clock_kernel.h | 75 * nominal frequency in parts per million, but with a 226 * @ppm: Parts per million, but with a 16 bit binary fractional field 232 * million, but with a 16 bit binary fractional field. in scaled_ppm_to_ppb()
|
D | threads.h | 31 * A maximum of 4 million PIDs should be enough for a while.
|
/Linux-v6.1/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,
|
/Linux-v6.1/tools/perf/Documentation/ |
D | itrace.txt | 55 skips the first million instructions.
|
/Linux-v6.1/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.
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/afe/ |
D | temperature-transducer.yaml | 82 alpha is expressed in parts per million which can be micro-amps per
|
/Linux-v6.1/arch/powerpc/mm/book3s32/ |
D | mmu_context.c | 35 * hardware supports 24-bit VSIDs, and thus >1 million contexts,
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 96 million clock cycles to pass before shutting down.
|
/Linux-v6.1/Documentation/driver-api/mtd/ |
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-v6.1/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 45 means the resulting table could have more than a million entries and
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | common.h | 22 #define Q_SIZE_1M 8ULL /* Million entries */
|
/Linux-v6.1/include/linux/netfilter/ |
D | nf_conntrack_h323_asn1.h | 15 * 2. Fast. Decoding Netmeeting's Setup signal 1 million times on a PIII 866
|
/Linux-v6.1/Documentation/usb/ |
D | CREDITS | 65 will sell keyboards to some of the 3 million (at least)
|
/Linux-v6.1/drivers/iio/test/ |
D | iio-test-rescale.c | 615 * iio_test_relative_error_ppm() - Compute relative error (in parts-per-million) 621 * relative error in parts-per-million.
|
/Linux-v6.1/block/ |
D | blk-iocost.c | 213 MILLION = 1000000, enumerator 256 VRATE_MIN = VTIME_PER_USEC * VRATE_MIN_PPM / MILLION, 786 multi = max_t(u32, (MILLION - ppm) / 50000, 2); in ioc_refresh_period_us() 925 VTIME_PER_USEC, MILLION); in ioc_refresh_params() 927 VTIME_PER_USEC, MILLION); in ioc_refresh_params() 1585 DIV64_U64_ROUND_UP((u64)nr_missed[rw] * MILLION, in ioc_lat_stat() 2206 u32 ppm_rthr = MILLION - ioc->params.qos[QOS_RPPM]; in ioc_timer_fn() 2207 u32 ppm_wthr = MILLION - ioc->params.qos[QOS_WPPM]; in ioc_timer_fn() 2253 if ((ppm_rthr != MILLION || ppm_wthr != MILLION) && in ioc_timer_fn()
|
/Linux-v6.1/Documentation/x86/ |
D | buslock.rst | 125 seven million cycles each second (assuming 7000 cycles for each bus
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 63 * cwnd < 1 million packets 317 * if the cwnd < 1 million packets !!! in bictcp_update()
|
/Linux-v6.1/Documentation/bpf/ |
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
|