Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
Dswap.c598 unsigned run_threads; /* nr current threads */ member
625 for (i = 0; i < d->run_threads; i++) in crc32_threadfn()
704 unsigned thr, run_threads, nr_threads; in save_compressed_image() local
831 crc->run_threads = thr; in save_compressed_image()
835 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in save_compressed_image()
1210 unsigned i, thr, run_threads, nr_threads; in load_compressed_image() local
1377 if (crc->run_threads) { in load_compressed_image()
1380 crc->run_threads = 0; in load_compressed_image()
1431 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in load_compressed_image()
1463 crc->run_threads = thr + 1; in load_compressed_image()
[all …]