Lines Matching refs:run_threads
599 unsigned run_threads; /* nr current threads */ member
626 for (i = 0; i < d->run_threads; i++) in crc32_threadfn()
707 unsigned thr, run_threads, nr_threads; in save_compressed_image() local
841 crc->run_threads = thr; in save_compressed_image()
845 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in save_compressed_image()
1223 unsigned i, thr, run_threads, nr_threads; in load_compressed_image() local
1397 if (crc->run_threads) { in load_compressed_image()
1400 crc->run_threads = 0; in load_compressed_image()
1451 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in load_compressed_image()
1483 crc->run_threads = thr + 1; in load_compressed_image()
1491 crc->run_threads = thr; in load_compressed_image()
1497 if (crc->run_threads) { in load_compressed_image()