Searched refs:batch_copy_elems (Results 1 – 4 of 4) sorted by relevance
478 rte_free(vq->batch_copy_elems); in vhost_user_set_vring_num()479 vq->batch_copy_elems = rte_malloc_socket(NULL, in vhost_user_set_vring_num()482 if (!vq->batch_copy_elems) { in vhost_user_set_vring_num()566 bce = rte_realloc_socket(vq->batch_copy_elems, vq->size * sizeof(*bce), in numa_realloc()573 vq->batch_copy_elems = bce; in numa_realloc()2119 rte_free(vq->batch_copy_elems); in vhost_user_get_vring_base()2120 vq->batch_copy_elems = NULL; in vhost_user_get_vring_base()
182 struct batch_copy_elem *elem = vq->batch_copy_elems; in do_data_copy_enqueue()199 struct batch_copy_elem *elem = vq->batch_copy_elems; in do_data_copy_dequeue()1037 struct batch_copy_elem *batch_copy = vq->batch_copy_elems; in sync_mbuf_to_desc_seg()2485 struct batch_copy_elem *batch_copy = vq->batch_copy_elems; in copy_desc_to_mbuf()
272 struct batch_copy_elem *batch_copy_elems; member
362 rte_free(vq->batch_copy_elems); in free_vq()