Home
last modified time | relevance | path

Searched refs:bce (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/vhost/
H A Dvhost_user.c502 struct batch_copy_elem *bce; in numa_realloc() local
566 bce = rte_realloc_socket(vq->batch_copy_elems, vq->size * sizeof(*bce), in numa_realloc()
568 if (!bce) { in numa_realloc()
573 vq->batch_copy_elems = bce; in numa_realloc()