Searched refs:tc_call (Results 1 – 2 of 2) sorted by relevance
323 struct ALIGN16 tc_call { struct346 struct tc_call call[TC_CALLS_PER_BATCH]; argument
87 struct tc_call *last = &batch->call[batch->num_total_call_slots]; in tc_batch_execute()93 for (struct tc_call *iter = batch->call; iter != last; in tc_batch_execute()133 unsigned total_size = offsetof(struct tc_call, payload) + payload_size; in tc_add_sized_call()134 unsigned num_call_slots = DIV_ROUND_UP(total_size, sizeof(struct tc_call)); in tc_add_sized_call()146 struct tc_call *call = &next->call[next->num_total_call_slots]; in tc_add_sized_call()2499 STATIC_ASSERT(sizeof(struct tc_call) <= 16); in threaded_context_create()