Lines Matching refs:ready
487 atomic_t ready; /* ready to start flag */ member
506 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
514 atomic_set(&d->ready, 0); in crc32_threadfn()
529 atomic_t ready; /* ready to start flag */ member
549 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
558 atomic_set(&d->ready, 0); in lzo_compress_threadfn()
704 atomic_set(&data[thr].ready, 1); in save_image_lzo()
712 atomic_set(&crc->ready, 1); in save_image_lzo()
1018 atomic_t ready; /* ready to start flag */ member
1037 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1046 atomic_set(&d->ready, 0); in lzo_decompress_threadfn()
1276 atomic_set(&data[thr].ready, 1); in load_image_lzo()
1330 atomic_set(&crc->ready, 1); in load_image_lzo()
1338 atomic_set(&crc->ready, 1); in load_image_lzo()