Home | History | Annotate | Download | only in t

Lines Matching refs:num_threads

68 static unsigned int num_threads;
349 for (i = 0; i < num_threads; i++) {
388 threads = malloc(num_threads * sizeof(struct worker_thread));
389 for (i = 0; i < num_threads; i++) {
405 for (i = 0; i < num_threads; i++) {
412 printf("Threads(%u): %lu items processed\n", num_threads, nitems);
458 printf("Will check <%s>, size <%llu>, using %u threads\n", filename, (unsigned long long) dev_size, num_threads);
549 num_threads = atoi(optarg);
575 if (!num_threads)
576 num_threads = cpus_online();