Lines Matching defs:ready
82 bool ready;
359 q->ready = true;
556 q->ready = false;
637 * result and mark it ready. Does not flush (unlike crocus_get_query_result).
645 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) {
670 if (!q->ready) {
685 /* if we've waited and timedout, just set the query to ready to avoid infinite loop */
687 q->ready = true;
694 assert(q->ready);
739 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) {
746 if (q->ready) {
929 if (q->result || q->ready) {