Lines Matching refs:ready
580 atomic_t ready; /* ready to start flag */ member
599 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
607 atomic_set(&d->ready, 0); in crc32_threadfn()
622 atomic_t ready; /* ready to start flag */ member
642 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
651 atomic_set(&d->ready, 0); in lzo_compress_threadfn()
794 atomic_set(&data[thr].ready, 1); in save_image_lzo()
802 atomic_set(&crc->ready, 1); in save_image_lzo()
1108 atomic_t ready; /* ready to start flag */ member
1127 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1136 atomic_set(&d->ready, 0); in lzo_decompress_threadfn()
1369 atomic_set(&data[thr].ready, 1); in load_image_lzo()
1419 atomic_set(&crc->ready, 1); in load_image_lzo()
1427 atomic_set(&crc->ready, 1); in load_image_lzo()