Searched refs:TC_CALLS_PER_BATCH (Results 1 – 2 of 2) sorted by relevance
223 #define TC_CALLS_PER_BATCH 192 macro346 struct tc_call call[TC_CALLS_PER_BATCH];
70 tc_assert(batch->num_total_call_slots <= TC_CALLS_PER_BATCH); in tc_batch_check()138 if (unlikely(next->num_total_call_slots + num_call_slots > TC_CALLS_PER_BATCH)) { in tc_add_sized_call()