Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dswap.c610 static int crc32_threadfn(void *data) in crc32_threadfn() function
789 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32"); in save_compressed_image()
1308 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32"); in load_compressed_image()