Lines Matching refs:ready
587 atomic_t ready; /* ready to start flag */ member
606 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
614 atomic_set(&d->ready, 0); in crc32_threadfn()
629 atomic_t ready; /* ready to start flag */ member
649 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
658 atomic_set(&d->ready, 0); in lzo_compress_threadfn()
798 atomic_set(&data[thr].ready, 1); in save_image_lzo()
806 atomic_set(&crc->ready, 1); in save_image_lzo()
1113 atomic_t ready; /* ready to start flag */ member
1132 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1141 atomic_set(&d->ready, 0); in lzo_decompress_threadfn()
1371 atomic_set(&data[thr].ready, 1); in load_image_lzo()
1421 atomic_set(&crc->ready, 1); in load_image_lzo()
1429 atomic_set(&crc->ready, 1); in load_image_lzo()