Searched refs:lb_channel_ (Results 1 – 1 of 1) sorted by relevance
294 grpc_channel* lb_channel_ = nullptr; member in grpc_core::__anon90bb72ae0111::GrpcLb514 grpclb_policy()->lb_channel_, nullptr, GRPC_PROPAGATE_DEFAULTS, in BalancerCallState()1103 if (lb_channel_ != nullptr) { in ShutdownLocked()1105 grpc_channel_destroy(lb_channel_); in ShutdownLocked()1106 lb_channel_ = nullptr; in ShutdownLocked()1220 if (lb_channel_ != nullptr) { in ResetBackoffLocked()1221 grpc_channel_reset_connect_backoff(lb_channel_); in ResetBackoffLocked()1264 if (lb_channel_ != nullptr) { in FillChildRefsForChannelz()1266 grpc_channel_get_channelz_node(lb_channel_); in FillChildRefsForChannelz()1313 if (lb_channel_ == nullptr) { in ProcessChannelArgsLocked()[all …]