Searched refs:batch_control (Results 1 – 1 of 1) sorted by relevance
82 struct batch_control { struct83 batch_control() = default;183 batch_control* active_batches[MAX_CONCURRENT_BATCHES] = {};297 static void process_data_after_md(batch_control* bctl);298 static void post_batch_completion(batch_control* bctl);334 return sizeof(grpc_call) + sizeof(batch_control) * MAX_CONCURRENT_BATCHES + in grpc_call_get_initial_size_estimate()1144 static batch_control* reuse_or_allocate_batch_control(grpc_call* call, in reuse_or_allocate_batch_control()1147 batch_control** pslot = &call->active_batches[slot_idx]; in reuse_or_allocate_batch_control()1148 batch_control* bctl; in reuse_or_allocate_batch_control()1154 bctl->~batch_control(); in reuse_or_allocate_batch_control()[all …]