Lines Matching refs:seconds
32 /* default single thread, run 20 seconds on NUMA_NO_NODE */
33 int threads = 1, seconds = 20, node = -1;
49 seconds = atoi(optarg);
86 if (seconds <= 0 || seconds > DMA_MAP_MAX_SECONDS) {
87 fprintf(stderr, "invalid number of seconds, must be in 1-%d\n",
122 map.seconds = seconds;
136 printf("dma mapping benchmark(%s): threads:%d seconds:%d node:%d dir:%s granule:%d\n",
137 mode[map_mode], threads, seconds, node, directions[dir], granule);