Searched refs:completed_tail (Results 1 – 1 of 1) sorted by relevance
235 grpc_cq_completion* completed_tail; member522 cqd->completed_tail = &cqd->completed_head; in cq_init_pluck()523 cqd->completed_head.next = (uintptr_t)cqd->completed_tail; in cq_init_pluck()792 cqd->completed_tail->next =793 ((uintptr_t)storage) | (1u & cqd->completed_tail->next);794 cqd->completed_tail = storage;1162 if (c == cqd->completed_tail) {1163 cqd->completed_tail = prev;1234 if (c == cqd->completed_tail) {1235 cqd->completed_tail = prev;