Searched refs:nr_iterations (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/tools/testing/selftests/kvm/ |
| H A D | memslot_modification_stress_test.c | 80 uint64_t nr_iterations; member 107 add_remove_memslot(vm, p->delay, p->nr_iterations); in run_test() 143 .nr_iterations = DEFAULT_MEMSLOT_MODIFICATION_ITERATIONS, in main() 170 p.nr_iterations = atoi_positive("Number of iterations", optarg); in main()
|
| /linux-6.15/fs/afs/ |
| H A D | vl_rotate.c | 26 vc->nr_iterations = -1; in afs_begin_vlserver_operation() 102 vc->nr_iterations++; in afs_select_vlserver() 105 vc->debug_id, vc->nr_iterations, vc->server_index, vc->untried_servers, in afs_select_vlserver() 114 if (vc->nr_iterations == 0) in afs_select_vlserver() 340 vc->untried_servers, vc->server_index, vc->nr_iterations, in afs_vl_dump_edestaddrreq() 378 _enter("VC=%x+%x", vc->debug_id, vc->nr_iterations); in afs_end_vlserver_operation()
|
| 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() 720 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 | 801 short nr_iterations; /* Number of server iterations */ member 926 short nr_iterations; /* Number of server iterations */ member
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_lpi_stress.c | 25 static size_t nr_iterations = 1000; variable 253 for (i = 0; i < nr_iterations; i++) in lpi_worker_thread() 290 nr_lpis = test_data.nr_devices * test_data.nr_event_ids * nr_iterations; in report_stats() 369 pr_info(" -i:\tnumber of iterations (default: %lu)\n", nr_iterations); in pr_usage() 389 nr_iterations = strtoul(optarg, NULL, 0); in main()
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 557 int nr_iterations = random() % 100; in mprotect_pkey() local 565 if (nr_iterations-- < 0) in mprotect_pkey() 1764 int nr_iterations = 22; in main() local 1789 while (nr_iterations-- > 0) in main()
|
| /linux-6.15/include/trace/events/ |
| H A D | afs.h | 1742 __entry->iteration = op->nr_iterations;
|