Home
last modified time | relevance | path

Searched full:approx (Results 1 – 25 of 60) sorted by relevance

123

/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c79 bool approx(int i_one, int i_two) in approx() function
285 per_filter1, approx, per_filter2, skip); in main()
288 bitmap1 - native, approx, bitmap2 - native, skip); in main()
294 ret |= compare("entry", "≈", "1 bitmapped", entry, approx, in main()
296 ret |= compare("entry", "≈", "2 bitmapped", entry, approx, in main()
299 entry + (per_filter1 * 4) + native, approx, filter2, in main()
/linux/tools/perf/util/
H A Dthread-stack.h45 * @insn_count: approx. number of instructions between call and return
46 * @cyc_count: approx. number of cycles between call and return
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-twl4030-usb3 Read-only status reporting if VBUS (approx 5V)
/linux/include/uapi/linux/nfsd/
H A Dstats.h15 /* thread usage wraps very million seconds (approx one fortnight) */
/linux/arch/sh/include/cpu-sh4/cpu/
H A Dsq.h15 * Store queues range from e0000000-e3fffffc, allowing approx. 64MB to be
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h365 #define SNDRV_PCM_HW_PARAM_RATE 11 /* Approx rate */
366 #define SNDRV_PCM_HW_PARAM_PERIOD_TIME 12 /* Approx distance between
369 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between
372 #define SNDRV_PCM_HW_PARAM_PERIOD_BYTES 14 /* Approx bytes between
375 #define SNDRV_PCM_HW_PARAM_PERIODS 15 /* Approx interrupts per
378 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer
383 #define SNDRV_PCM_HW_PARAM_TICK_TIME 19 /* Approx tick duration in us */
/linux/tools/power/cpupower/bench/
H A Dsystem.c141 printf("approx. test duration: %im\n", in prepare_user()
/linux/drivers/media/dvb-frontends/
H A Dcx24110.c61 gives approx. 2.6 sec at 27.5MS/s, rate 3/4 */
72 approx. 38ms at 27.5MS/s, rate 3/4 */
266 /* we need to divide two integers with approx. 27 bits in 32 bit in cx24110_set_symbolrate()
/linux/include/linux/mfd/
H A Dti_am335x_tscadc.h141 * max processing time: 266431 * 308ns = 83ms(approx)
/linux/arch/m68k/q40/
H A DREADME18 The floppy imposes a very high interrupt load on the CPU, approx 30K/s.
/linux/include/uapi/linux/
H A Dnet_tstamp.h18 * is for IEEE 1588 quality and "approx" is for NICs DMA point.
/linux/Documentation/scheduler/
H A Dschedutil.rst137 u := u_clamp + u_irq + u_dl; [approx. see source for more detail]
/linux/drivers/usb/serial/
H A Dkeyspan_usa28msg.h198 // update status approx. 60 times a second (16.6666 ms)
H A Dkeyspan_usa67msg.h247 // update status approx. 60 times a second (16.6666 ms)
H A Dkeyspan_usa26msg.h253 // update status approx. 60 times a second (16.6666 ms)
H A Dkeyspan_usa49msg.h277 // update status approx. 60 times a second (16.6666 ms)
/linux/Documentation/arch/powerpc/
H A Dvpa-dtl.rst136 # Event count (approx.): 321
/linux/drivers/clk/
H A Dclk-tps68470.c98 * The PLLCTL reg lock bit is set by the PMIC after approx. 4ms and in tps68470_clk_prepare()
/linux/drivers/comedi/drivers/
H A Ddt2815.c194 /* This is incredibly slow (approx 20 ms) */ in dt2815_attach()
/linux/sound/usb/usx2y/
H A Dusb_stream.c111 * this will overflow at approx 524 kHz
120 * this will overflow at approx 4 MHz
/linux/drivers/media/rc/
H A Dir-rc5-decoder.c23 #define RC5_TRAILER (6 * RC5_UNIT) /* In reality, approx 100 */
/linux/include/linux/qed/
H A Deth_common.h62 /* Approx. multicast constants */
/linux/drivers/hid/
H A Dhid-letsketch.c192 * when in range we get an event approx. every 8 ms. in letsketch_raw_event()
/linux/drivers/gpu/drm/tegra/
H A Dsor.c1093 u64 active_sym, active_count, frac, approx; in tegra_sor_compute_params() local
1128 approx = active_count + (active_frac * (f - 1)) * f; in tegra_sor_compute_params()
1129 approx = div_u64(approx, active_frac * f); in tegra_sor_compute_params()
1131 approx = active_count + f; in tegra_sor_compute_params()
1135 approx = active_count + div_u64(f, active_frac); in tegra_sor_compute_params()
1137 approx = active_count; in tegra_sor_compute_params()
1140 error = div_s64(active_sym - approx, tu_size); in tegra_sor_compute_params()

123