Searched refs:num_call_slots (Results 1 – 2 of 2) sorted by relevance
325 ushort num_call_slots; member
94 iter += iter->num_call_slots) { in tc_batch_execute()134 unsigned num_call_slots = DIV_ROUND_UP(total_size, sizeof(struct tc_call)); in tc_add_sized_call() local138 if (unlikely(next->num_total_call_slots + num_call_slots > TC_CALLS_PER_BATCH)) { in tc_add_sized_call()147 next->num_total_call_slots += num_call_slots; in tc_add_sized_call()151 call->num_call_slots = num_call_slots; in tc_add_sized_call()