Searched refs:pending_head (Results 1 – 1 of 1) sorted by relevance
163 call_data* pending_head; member336 while (rm->pending_head) { in request_matcher_zombify_all_pending_calls()337 call_data* calld = rm->pending_head; in request_matcher_zombify_all_pending_calls()338 rm->pending_head = calld->pending_next; in request_matcher_zombify_all_pending_calls()536 if (rm->pending_head == nullptr) { in publish_new_rpc()537 rm->pending_tail = rm->pending_head = calld; in publish_new_rpc()1352 while ((calld = rm->pending_head) != nullptr) { in queue_call_request()1356 rm->pending_head = calld->pending_next; in queue_call_request()