Searched refs:bctl (Results 1 – 2 of 2) sorted by relevance
297 static void process_data_after_md(batch_control* bctl);298 static void post_batch_completion(batch_control* bctl);1148 batch_control* bctl; in reuse_or_allocate_batch_control() local1150 bctl = *pslot; in reuse_or_allocate_batch_control()1151 if (bctl->call != nullptr) { in reuse_or_allocate_batch_control()1154 bctl->~batch_control(); in reuse_or_allocate_batch_control()1155 bctl->op = {}; in reuse_or_allocate_batch_control()1157 bctl = call->arena->New<batch_control>(); in reuse_or_allocate_batch_control()1158 *pslot = bctl; in reuse_or_allocate_batch_control()1160 bctl->call = call; in reuse_or_allocate_batch_control()[all …]
255 static void process_data_after_md(batch_control* bctl);256 static void post_batch_completion(batch_control* bctl);1097 batch_control* bctl; in reuse_or_allocate_batch_control() local1099 bctl = *pslot; in reuse_or_allocate_batch_control()1100 if (bctl->call != nullptr) { in reuse_or_allocate_batch_control()1103 memset(bctl, 0, sizeof(*bctl)); in reuse_or_allocate_batch_control()1105 bctl = static_cast<batch_control*>( in reuse_or_allocate_batch_control()1107 *pslot = bctl; in reuse_or_allocate_batch_control()1109 bctl->call = call; in reuse_or_allocate_batch_control()1110 bctl->op.payload = &call->stream_op_payload; in reuse_or_allocate_batch_control()[all …]