Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_memory.h277 rte_memseg_walk_thread_unsafe(rte_memseg_walk_t func, void *arg);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def219 rte_memseg_walk_thread_unsafe
H A Dversion.map285 rte_memseg_walk_thread_unsafe;
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memory.c566 ret = rte_memseg_walk_thread_unsafe(check_iova, &mask); in check_dma_mask()
708 rte_memseg_walk_thread_unsafe(rte_memseg_walk_t func, void *arg) in rte_memseg_walk_thread_unsafe() function
742 ret = rte_memseg_walk_thread_unsafe(func, arg); in rte_memseg_walk()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c176 return rte_memseg_walk_thread_unsafe(vhost_vdpa_map, dev); in vhost_vdpa_dma_map_all()
H A Dvhost_user.c221 if (rte_memseg_walk_thread_unsafe(update_memory_region, &wa) < 0) in prepare_vhost_memory_user()