Searched refs:bctl (Results 1 – 1 of 1) 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 …]