Lines Matching refs:go
490 wait_queue_head_t go; /* start crc update */ member
506 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
532 wait_queue_head_t go; /* start compression */ member
549 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
613 memset(&data[thr], 0, offsetof(struct cmp_data, go)); in save_image_lzo()
621 memset(crc, 0, offsetof(struct crc_data, go)); in save_image_lzo()
627 init_waitqueue_head(&data[thr].go); in save_image_lzo()
645 init_waitqueue_head(&crc->go); in save_image_lzo()
705 wake_up(&data[thr].go); in save_image_lzo()
713 wake_up(&crc->go); in save_image_lzo()
1021 wait_queue_head_t go; /* start decompression */ member
1037 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1104 memset(&data[thr], 0, offsetof(struct dec_data, go)); in load_image_lzo()
1112 memset(crc, 0, offsetof(struct crc_data, go)); in load_image_lzo()
1118 init_waitqueue_head(&data[thr].go); in load_image_lzo()
1136 init_waitqueue_head(&crc->go); in load_image_lzo()
1277 wake_up(&data[thr].go); in load_image_lzo()
1331 wake_up(&crc->go); in load_image_lzo()
1339 wake_up(&crc->go); in load_image_lzo()