Home | History | Annotate | Download | only in src

Lines Matching refs:loops

6  * Usage: hackbench [-pipe] <num groups> [process|thread] [loops]
37 I added another new parameter,`loops`, which can be used to change variable loops,
38 so more messages will be passed from writers to receivers. Parameter 'loops' is equal to
45 Usage: hackbench [-pipe] <num groups> [process|thread] [loops]
95 static unsigned int loops = 100;
126 printf("Usage: hackbench [-pipe] <num groups> [process|thread] [loops]\n");
157 /* Sender sprays loops messages down each file descriptor */
166 for (i = 0; i < loops; i++) {
283 ctx->num_packets = num_fds*loops;
347 loops = atoi(argv[3]);