Home
last modified time | relevance | path

Searched refs:LbQueuedCall (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc132 struct LbQueuedCall { struct in grpc_core::__anon5e2240680111::ChannelData
134 LbQueuedCall* next = nullptr; argument
182 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()