Searched refs:batch_slots (Results 1 – 2 of 2) sorted by relevance
85 tc_batch_check(&tc->batch_slots[i]); in tc_debug_check()86 tc_assert(tc->batch_slots[i].tc == tc); in tc_debug_check()249 tc->batch_slots[tc->next].buffer_list_index = tc->next_buf_list; in tc_begin_next_buffer_list()264 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_batch_flush()292 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_add_sized_call()298 next = &tc->batch_slots[tc->next]; in tc_add_sized_call()331 struct tc_batch *last = &tc->batch_slots[tc->last]; in tc_is_sync()332 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_is_sync()341 struct tc_batch *last = &tc->batch_slots[tc->last]; in _tc_sync()342 struct tc_batch *next = &tc->batch_slots[tc->next]; in _tc_sync()[all …]
502 struct tc_batch batch_slots[TC_MAX_BATCHES]; member