Lines Matching refs:ready
578 atomic_t ready; /* ready to start flag */ member
597 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
605 atomic_set(&d->ready, 0); in crc32_threadfn()
620 atomic_t ready; /* ready to start flag */ member
640 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
649 atomic_set(&d->ready, 0); in lzo_compress_threadfn()
792 atomic_set(&data[thr].ready, 1); in save_image_lzo()
800 atomic_set(&crc->ready, 1); in save_image_lzo()
1105 atomic_t ready; /* ready to start flag */ member
1124 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1133 atomic_set(&d->ready, 0); in lzo_decompress_threadfn()
1366 atomic_set(&data[thr].ready, 1); in load_image_lzo()
1416 atomic_set(&crc->ready, 1); in load_image_lzo()
1424 atomic_set(&crc->ready, 1); in load_image_lzo()