Searched refs:nr_iterations (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_poll_test.c | 30 int nr_iterations = 10000; in main() local 38 nr_iterations = atoi(argv[1]); in main() 39 if (nr_iterations <= 0) in main() 45 nr_iterations); in main() 47 for (iter = 0; iter < nr_iterations; iter++) { in main()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | memslot_modification_stress_test.c | 81 uint64_t nr_iterations; 108 add_remove_memslot(vm, p->delay, p->nr_iterations); in run_test() 144 .nr_iterations = DEFAULT_MEMSLOT_MODIFICATION_ITERATIONS, in main() 171 p.nr_iterations = atoi_positive("Number of iterations", optarg); in main() 80 uint64_t nr_iterations; global() member
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_lpi_stress.c | 25 static size_t nr_iterations = 1000; variable 255 for (i = 0; i < nr_iterations; i++) in lpi_worker_thread() 292 nr_lpis = test_data.nr_devices * test_data.nr_event_ids * nr_iterations; in report_stats() 370 pr_info(" -i:\tnumber of iterations (default: %lu)\n", nr_iterations); in pr_usage() 392 nr_iterations = strtoul(optarg, NULL, 0); in main()
|
| /linux/fs/afs/ |
| H A D | rotate.c | 162 op->nr_iterations++; in afs_select_fileserver() 165 op->debug_id, op->nr_iterations, op->volume->vid, in afs_select_fileserver() 176 if (op->nr_iterations == 0) in afs_select_fileserver() 731 op->untried_servers, op->server_index, op->nr_iterations); in afs_dump_edestaddrreq()
|
| H A D | fs_operation.c | 45 op->nr_iterations = -1; in afs_alloc_operation()
|
| H A D | internal.h | 811 short nr_iterations; /* Number of server iterations */ member 937 short nr_iterations; /* Number of server iterations */ member
|
| /linux/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 557 int nr_iterations = random() % 100; in mprotect_pkey() local 560 while (nr_iterations-- >= 0) { in mprotect_pkey() 1762 int nr_iterations = 22; in main() local 1787 while (nr_iterations-- > 0) in main()
|
| /linux/include/trace/events/ |
| H A D | afs.h | 1755 __entry->iteration = op->nr_iterations;
|