Lines Matching refs:ready
561 atomic_t ready; /* ready to start flag */ member
580 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
588 atomic_set(&d->ready, 0); in crc32_threadfn()
603 atomic_t ready; /* ready to start flag */ member
623 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
632 atomic_set(&d->ready, 0); in lzo_compress_threadfn()
779 atomic_set(&data[thr].ready, 1); in save_image_lzo()
787 atomic_set(&crc->ready, 1); in save_image_lzo()
1094 atomic_t ready; /* ready to start flag */ member
1113 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
1122 atomic_set(&d->ready, 0); in lzo_decompress_threadfn()
1353 atomic_set(&data[thr].ready, 1); in load_image_lzo()
1407 atomic_set(&crc->ready, 1); in load_image_lzo()
1415 atomic_set(&crc->ready, 1); in load_image_lzo()