| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_rdonly_maps.c | 20 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 D | test_udelay.c | 28 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 D | mali_kbase_regs_history_debugfs.c | 121 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 D | debugfs.c | 58 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 D | mali_kbase_regs_history_debugfs.c | 65 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 D | mali_kbase_device_hw.c | 124 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 D | rdonly_maps.c | 6 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 D | series.hpp | 67 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 D | ldt_gdt.c | 534 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 D | vsftpd-2.1.0-filter.patch | 56 while (!str_isempty(&filter_remain_str) && *iters < VSFTP_MATCHITERS_MAX)
|
| /OK3568_Linux_fs/kernel/sound/usb/usx2y/ |
| H A D | usb_stream.c | 656 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 D | 0002-fix-CVE-2015-1419.patch | 60 while (!str_isempty(&filter_remain_str) && *iters < VSFTP_MATCHITERS_MAX)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i810/ |
| H A D | i810_dma.c | 245 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 D | Run | 956 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 D | calib3d_c.h | 420 int iters; variable
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 420 int iters; variable
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 420 int iters; variable
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | param_test.c | 1144 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 D | checksum_32.S | 122 subcc %o3, 128, %o3 ! detract from loop iters
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 3589 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 D | gcc.info | 11458 '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 D | gcc.info | 11458 'max-sched-extend-regions-iters'
|