Lines Matching defs:ready
60 bool ready;
331 q->ready = true;
524 q->ready = false;
587 * result and mark it ready. Does not flush (unlike iris_get_query_result).
595 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) {
628 if (!q->ready) {
644 assert(q->ready);
687 if (!q->ready && READ_ONCE(q->map->snapshots_landed)) {
694 if (q->ready) {
840 if (q->result || q->ready) {