Lines Matching refs:go
564 wait_queue_head_t go; /* start crc update */ member
580 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
606 wait_queue_head_t go; /* start compression */ member
623 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
689 memset(&data[thr], 0, offsetof(struct cmp_data, go)); in save_image_lzo()
697 memset(crc, 0, offsetof(struct crc_data, go)); in save_image_lzo()
703 init_waitqueue_head(&data[thr].go); in save_image_lzo()
721 init_waitqueue_head(&crc->go); in save_image_lzo()
780 wake_up(&data[thr].go); in save_image_lzo()
788 wake_up(&crc->go); in save_image_lzo()
1097 wait_queue_head_t go; /* start decompression */ member
1113 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1182 memset(&data[thr], 0, offsetof(struct dec_data, go)); in load_image_lzo()
1190 memset(crc, 0, offsetof(struct crc_data, go)); in load_image_lzo()
1196 init_waitqueue_head(&data[thr].go); in load_image_lzo()
1214 init_waitqueue_head(&crc->go); in load_image_lzo()
1354 wake_up(&data[thr].go); in load_image_lzo()
1408 wake_up(&crc->go); in load_image_lzo()
1416 wake_up(&crc->go); in load_image_lzo()