Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dswap.c626 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()
[all …]