Home
last modified time | relevance | path

Searched refs:iters (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_rdonly_maps.c20 unsigned iters; member
29 unsigned iters = 0, sum = 0; in skip_loop() local
33 iters++; in skip_loop()
38 res.iters = iters; in skip_loop()
48 unsigned iters = 0, sum = 0; in part_loop() local
52 iters++; in part_loop()
57 res.iters = iters; in part_loop()
68 unsigned iters = 0, sum = 0; in full_loop() local
72 iters++; in full_loop()
78 res.iters = iters; in full_loop()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtest_udelay.c28 static int udelay_test_single(struct seq_file *s, int usecs, uint32_t iters) in udelay_test_single() argument
37 for (i = 0; i < iters; ++i) { in udelay_test_single()
57 do_div(avg, iters); in udelay_test_single()
59 usecs, iters, usecs * 1000, in udelay_test_single()
71 int iters; in udelay_test_show() local
76 iters = udelay_test_iterations; in udelay_test_show()
79 if (usecs > 0 && iters > 0) { in udelay_test_show()
80 return udelay_test_single(s, usecs, iters); in udelay_test_show()
106 int iters; in udelay_test_write() local
115 ret = sscanf(lbuf, "%d %d", &usecs, &iters); in udelay_test_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_regs_history_debugfs.c121 size_t iters; in kbase_io_history_dump() local
130 iters = (h->size > h->count) ? h->count : h->size; in kbase_io_history_dump()
131 dev_err(kbdev->dev, "Last %zu register accesses of %zu total:\n", iters, in kbase_io_history_dump()
133 for (i = 0; i < iters; ++i) { in kbase_io_history_dump()
135 &h->buf[(h->count - iters + i) % h->size]; in kbase_io_history_dump()
178 size_t iters; in regs_history_show() local
188 iters = (h->size > h->count) ? h->count : h->size; in regs_history_show()
189 seq_printf(sfile, "Last %zu register accesses of %zu total:\n", iters, in regs_history_show()
191 for (i = 0; i < iters; ++i) { in regs_history_show()
193 &h->buf[(h->count - iters + i) % h->size]; in regs_history_show()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Ddebugfs.c58 static noinline void microbenchmark(unsigned long iters) in microbenchmark() argument
72 pr_info("%s begin | iters: %lu\n", __func__, iters); in microbenchmark()
75 while (iters--) { in microbenchmark()
76 unsigned long addr = iters & ((PAGE_SIZE << 8) - 1); in microbenchmark()
77 int type = !(iters & 0x7f) ? KCSAN_ACCESS_ATOMIC : in microbenchmark()
78 (!(iters & 0xf) ? KCSAN_ACCESS_WRITE : 0); in microbenchmark()
235 unsigned long iters; in debugfs_write() local
237 if (kstrtoul(&arg[strlen("microbench=")], 0, &iters)) in debugfs_write()
239 microbenchmark(iters); in debugfs_write()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_regs_history_debugfs.c65 size_t iters; in regs_history_show() local
75 iters = (h->size > h->count) ? h->count : h->size; in regs_history_show()
76 seq_printf(sfile, "Last %zu register accesses of %zu total:\n", iters, in regs_history_show()
78 for (i = 0; i < iters; ++i) { in regs_history_show()
80 &h->buf[(h->count - iters + i) % h->size]; in regs_history_show()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_device_hw.c124 size_t iters; in kbase_io_history_dump() local
133 iters = (h->size > h->count) ? h->count : h->size; in kbase_io_history_dump()
134 dev_err(kbdev->dev, "Last %zu register accesses of %zu total:\n", iters, in kbase_io_history_dump()
136 for (i = 0; i < iters; ++i) { in kbase_io_history_dump()
138 &h->buf[(h->count - iters + i) % h->size]; in kbase_io_history_dump()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Drdonly_maps.c6 unsigned iters; member
79 if (CHECK(bss.iters != t->exp_iters, "check_iters", in test_rdonly_maps()
81 t->prog_name, bss.iters, t->exp_iters)) in test_rdonly_maps()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dseries.hpp67 boost::uintmax_t iters = (std::numeric_limits<boost::uintmax_t>::max)(); in sum_series() local
69 return sum_series(func, bits, iters, init_val); in sum_series()
85 boost::uintmax_t iters = (std::numeric_limits<boost::uintmax_t>::max)(); in sum_series() local
86 return sum_series(func, bits, iters, init_value); in sum_series()
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dldt_gdt.c534 int failures = 0, iters = 5, i; in do_multicpu_tests() local
619 printf("[FAIL]\t%d of %d iterations failed\n", failures, iters); in do_multicpu_tests()
622 printf("[OK]\tAll %d iterations succeeded\n", iters); in do_multicpu_tests()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dvsftpd-2.1.0-filter.patch56 while (!str_isempty(&filter_remain_str) && *iters < VSFTP_MATCHITERS_MAX)
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dusb_stream.c656 int frame = 0, iters = 0; in usb_stream_start() local
689 ++iters; in usb_stream_start()
712 snd_printdd(KERN_DEBUG "%i %i\n", frame, iters); in usb_stream_start()
/OK3568_Linux_fs/buildroot/package/vsftpd/
H A D0002-fix-CVE-2015-1419.patch60 while (!str_isempty(&filter_remain_str) && *iters < VSFTP_MATCHITERS_MAX)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i810/
H A Di810_dma.c245 int iters = 0; in i810_wait_ring() local
261 iters++; in i810_wait_ring()
271 return iters; in i810_wait_ring()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DRun956 my ( $name, $time, $slab, $sum, $score, $iters ) = split(/\|/);
961 $bresult->{'iterations'} = $iters;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/calib3d/
H A Dcalib3d_c.h420 int iters; variable
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/calib3d/
H A Dcalib3d_c.h420 int iters; variable
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/calib3d/
H A Dcalib3d_c.h420 int iters; variable
/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dparam_test.c1144 const int iters = opt_reps; in test_membarrier_worker_thread() local
1156 for (i = 0; i < iters; ++i) { in test_membarrier_worker_thread()
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dchecksum_32.S122 subcc %o3, 128, %o3 ! detract from loop iters
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c3589 const int iters = 10000; in tg3_pause_cpu() local
3591 for (i = 0; i < iters; i++) { in tg3_pause_cpu()
3600 return (i == iters) ? -EBUSY : 0; in tg3_pause_cpu()
3769 const int iters = 5; in tg3_pause_cpu_and_set_pc() local
3774 for (i = 0; i < iters; i++) { in tg3_pause_cpu_and_set_pc()
3783 return (i == iters) ? -EBUSY : 0; in tg3_pause_cpu_and_set_pc()
3830 const int iters = 1000; in tg3_validate_rxcpu_state() local
3837 for (i = 0; i < iters; i++) { in tg3_validate_rxcpu_state()
3844 if (i == iters) { in tg3_validate_rxcpu_state()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info11458 'max-sched-extend-regions-iters'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info11458 'max-sched-extend-regions-iters'