Lines Matching refs:go
581 wait_queue_head_t go; /* start crc update */ member
597 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
623 wait_queue_head_t go; /* start compression */ member
640 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
706 memset(&data[thr], 0, offsetof(struct cmp_data, go)); in save_image_lzo()
714 memset(crc, 0, offsetof(struct crc_data, go)); in save_image_lzo()
720 init_waitqueue_head(&data[thr].go); in save_image_lzo()
737 init_waitqueue_head(&crc->go); in save_image_lzo()
793 wake_up(&data[thr].go); in save_image_lzo()
801 wake_up(&crc->go); in save_image_lzo()
1108 wait_queue_head_t go; /* start decompression */ member
1124 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1197 memset(&data[thr], 0, offsetof(struct dec_data, go)); in load_image_lzo()
1205 memset(crc, 0, offsetof(struct crc_data, go)); in load_image_lzo()
1213 init_waitqueue_head(&data[thr].go); in load_image_lzo()
1230 init_waitqueue_head(&crc->go); in load_image_lzo()
1367 wake_up(&data[thr].go); in load_image_lzo()
1417 wake_up(&crc->go); in load_image_lzo()
1425 wake_up(&crc->go); in load_image_lzo()