Home
last modified time | relevance | path

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

/linux/kernel/power/
A Dswap.c616 for (i = 0; i < d->run_threads; i++) in crc32_threadfn()
687 unsigned thr, run_threads, nr_threads; in save_image_lzo() local
805 crc->run_threads = thr; in save_image_lzo()
809 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in save_image_lzo()
1174 unsigned i, thr, run_threads, nr_threads; in load_image_lzo() local
1334 if (crc->run_threads) { in load_image_lzo()
1337 crc->run_threads = 0; in load_image_lzo()
1388 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in load_image_lzo()
1420 crc->run_threads = thr + 1; in load_image_lzo()
1428 crc->run_threads = thr; in load_image_lzo()
[all …]

Completed in 5 milliseconds