Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/power/
A Dswap.c618 for (i = 0; i < d->run_threads; i++) in crc32_threadfn()
689 unsigned thr, run_threads, nr_threads; in save_image_lzo() local
807 crc->run_threads = thr; in save_image_lzo()
811 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in save_image_lzo()
1176 unsigned i, thr, run_threads, nr_threads; in load_image_lzo() local
1336 if (crc->run_threads) { in load_image_lzo()
1339 crc->run_threads = 0; in load_image_lzo()
1390 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in load_image_lzo()
1422 crc->run_threads = thr + 1; in load_image_lzo()
1430 crc->run_threads = thr; in load_image_lzo()
[all …]

Completed in 5 milliseconds