Home
last modified time | relevance | path

Searched refs:run_threads (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/power/
H A Dswap.c568 unsigned run_threads; /* nr current threads */ member
630 for (i = 0; i < d->run_threads; i++) in crc32_threadfn()
703 unsigned int thr, run_threads, nr_threads; in save_compressed_image() local
837 crc->run_threads = thr; in save_compressed_image()
841 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in save_compressed_image()
1204 unsigned i, thr, run_threads, nr_threads; in load_compressed_image() local
1378 if (crc->run_threads) { in load_compressed_image()
1381 crc->run_threads = 0; in load_compressed_image()
1432 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in load_compressed_image()
1464 crc->run_threads = thr + 1; in load_compressed_image()
[all …]