Searched refs:LbQueuedCall (Results 1 – 1 of 1) sorted by relevance
132 struct LbQueuedCall { struct in grpc_core::__anon5e2240680111::ChannelData134 LbQueuedCall* next = nullptr; argument182 void AddLbQueuedCall(LbQueuedCall* call, grpc_polling_entity* pollent);183 void RemoveLbQueuedCall(LbQueuedCall* to_remove,354 LbQueuedCall* lb_queued_calls_ = nullptr;1020 ChannelData::LbQueuedCall queued_call_;2451 for (LbQueuedCall* call = lb_queued_calls_; call != nullptr; in UpdateStateAndPickerLocked()2573 void ChannelData::AddLbQueuedCall(LbQueuedCall* call, in AddLbQueuedCall()2583 void ChannelData::RemoveLbQueuedCall(LbQueuedCall* to_remove, in RemoveLbQueuedCall()2588 for (LbQueuedCall** call = &lb_queued_calls_; *call != nullptr; in RemoveLbQueuedCall()