Lines Matching defs:go
585 wait_queue_head_t go; /* start crc update */
601 wait_event(d->go, atomic_read_acquire(&d->ready) ||
629 wait_queue_head_t go; /* start compression */
648 wait_event(d->go, atomic_read_acquire(&d->ready) ||
733 init_waitqueue_head(&data[thr].go);
764 init_waitqueue_head(&crc->go);
820 wake_up(&data[thr].go);
828 wake_up(&crc->go);
1148 wait_queue_head_t go; /* start decompression */
1164 wait_event(d->go, atomic_read_acquire(&d->ready) ||
1255 init_waitqueue_head(&data[thr].go);
1286 init_waitqueue_head(&crc->go);
1423 wake_up(&data[thr].go);
1473 wake_up(&crc->go);
1481 wake_up(&crc->go);